Skip to content

Instantly share code, notes, and snippets.

@rem7
Last active August 29, 2015 14:08
Show Gist options
  • Save rem7/a2f43378997655d06fb2 to your computer and use it in GitHub Desktop.
Save rem7/a2f43378997655d06fb2 to your computer and use it in GitHub Desktop.

Revisions

  1. rem7 revised this gist Oct 24, 2014. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original 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"]

  2. rem7 created this gist Oct 24, 2014.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original 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"]