Skip to content

Instantly share code, notes, and snippets.

@enric1994
Created November 16, 2018 14:51
Show Gist options
  • Save enric1994/d2fded103a3f34755e8aeeafcabe1e42 to your computer and use it in GitHub Desktop.
Save enric1994/d2fded103a3f34755e8aeeafcabe1e42 to your computer and use it in GitHub Desktop.
Keep a Docker container alive without running any task
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