Last active
August 29, 2015 14:08
-
-
Save rem7/a2f43378997655d06fb2 to your computer and use it in GitHub Desktop.
Revisions
-
rem7 revised this gist
Oct 24, 2014 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,5 +6,8 @@ RUN apt-get install -y bridge-utils ADD startup.sh /usr/bin/ RUN chmod +x /usr/bin/startup.sh ADD pipework /usr/bin/ RUN chmod +x /usr/bin/pipework CMD ["/usr/bin/startup.sh"] -
rem7 created this gist
Oct 24, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ FROM ubuntu RUN apt-get update RUN apt-get install -y bridge-utils ADD startup.sh /usr/bin/ RUN chmod +x /usr/bin/startup.sh CMD ["/usr/bin/startup.sh"]