Created
October 2, 2019 03:20
-
-
Save albertlieyingadrian/0614873de3237726d1a080389cff7b55 to your computer and use it in GitHub Desktop.
docker_simple_container
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 characters
| FROM ubuntu:16.04 | |
| # other commands | |
| CMD tail -f /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment