Doodle3D / openwrt-buildroot-example

Example docker environment for building images for a specific project.
MIT License
17 stars 8 forks source link

Use Build.sh and diffconfig through shared folder? #2

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

Currently we've added the diffconfig and build.sh to our Docker image. This makes it easier to create a docker container, because you don't need these files locally. But it also makes it hard to change these files or experiment with them. Since we use Run.sh to abstract the docker run away it might be easier to use these files through an (extra) shared volume. Maybe we can find a way to make this optional? Add them to the image, but when you specify this extra folder you can override them.

Maybe I'm missing a consideration?