Skip to content

Instantly share code, notes, and snippets.

@rnbguy
Last active April 28, 2019 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnbguy/c028b9ca44abfe6125700200872e0d0c to your computer and use it in GitHub Desktop.
Save rnbguy/c028b9ca44abfe6125700200872e0d0c to your computer and use it in GitHub Desktop.
docker-compose file for Ubuntu.
Goes with `http://labs.play-with-docker.com?stack={LINK}`
version: '3.7'
services:
node:
image: archlinux/base
command: tail -f /dev/null
version: '3.7'
services:
node:
image: ubuntu
command: tail -f /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment