Skip to content

Instantly share code, notes, and snippets.

@lamarmarshall
Created October 20, 2017 02:29
Show Gist options
  • Save lamarmarshall/00f1c501b81a0da5a88908bb403f26d9 to your computer and use it in GitHub Desktop.
Save lamarmarshall/00f1c501b81a0da5a88908bb403f26d9 to your computer and use it in GitHub Desktop.
docker create nginx container
docker container run --publish 80:80 nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment