Created
November 16, 2018 14:51
-
-
Save enric1994/d2fded103a3f34755e8aeeafcabe1e42 to your computer and use it in GitHub Desktop.
Keep a Docker container alive without running any task
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
version: "3" | |
services: | |
python: | |
image: python | |
command: "tail -f /dev/null" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment