Skip to content

namccart/docker_pybombs_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Sample Build Command:

docker build -t namccart/pybombs-dev .

pybombs-dev uses the pybombs deploy command to package a reasonably-sized gnuradio install into a docker image. Of course, once you inflate the tar file, your image will no longer be of reasonable size (arguably, it's too big as-is).

If you want to distribute an application on top of this image through docker, you'll probably want to untar, pybombs install, and then re-tar using pybombs deploy, all within the same docker run command. Locally, users can untar by placing this stanza atop a Dockerfile:

FROM namccart/pybombs-dev
RUN tar xvfj /target.tar.bz2 && \

docker will use the same intermediate layer for any Dockerfile starting this stanza, so you can untar just once.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published