Skip to content

Instantly share code, notes, and snippets.

@pmauduit
Created February 4, 2016 14:04
Show Gist options
  • Save pmauduit/cafb24a86d9c125fc63e to your computer and use it in GitHub Desktop.
Save pmauduit/cafb24a86d9c125fc63e to your computer and use it in GitHub Desktop.
docker-compose with a debian jessie
blah:
image: debian:jessie
ports:
- "2222:22"
entrypoint: /bin/bash
tty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment