Skip to content

Instantly share code, notes, and snippets.

@skynet86
Last active April 27, 2019 09:09
Show Gist options
  • Save skynet86/591518de204709e4a77426a872ae1d09 to your computer and use it in GitHub Desktop.
Save skynet86/591518de204709e4a77426a872ae1d09 to your computer and use it in GitHub Desktop.
Run Docker-in-Docker (D1)
# Need help with docker run command go to
# docs.docker.com/engine/reference/commandline/run/
# This will be our host docker
$ docker container run -d --privileged -p 80:81 --name docker1 nginx:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment