Skip to content

Instantly share code, notes, and snippets.

@gecko655
Last active September 19, 2015 08:45
Show Gist options
  • Save gecko655/a0329bfe58ff7d39884c to your computer and use it in GitHub Desktop.
Save gecko655/a0329bfe58ff7d39884c to your computer and use it in GitHub Desktop.
# nginxコンテナ起動
docker run --name nginx_sample -d -p 127.0.0.1:80:80 nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment