Skip to content

estatz/docker_centos6_gr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

docker_centos6_gr

A collection of docker image layers for building (eventually) GNU Radio via PyBOMBS on top of a CentOS 6 base layer. Currently configured to build through apache-thrift

To Build

After installing and configuring the Docker daemon on your host machine, first download the CentOS 6 base image. This step will save you time in subsequent re-builds:

$ [sudo] docker pull centos:6

Next, build the c6conda image layer, which installs the Anaconda2 python distribution on top of the CentOS 6 base layer:

$ [sudo] ./build-c6conda-docker.sh

Finally, build the c6pyb layer, which installs and executes a PyBOMBS install on top of the above c6conda layer:

$ cd c6pyb
$ [sudo] ./build-c6pyb-docker.sh

Success!

Debugging

If the bulid of either layer fails at any point, you can use the associated "debug" shell script to open up a shell inside of your incomplete layer to probe why the build may have failed

About

Docker image layers for building GNU Radio via PyBOMBS on top of CentOS 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages