Update index.html.markdown

Use default docker server remote API port 2376 instead of 1234.
This commit is contained in:
baboune 2016-09-17 17:57:37 +02:00 committed by GitHub
parent 047cdd7c09
commit 22b8b5c532
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ is a Docker feature missing, please report it in the GitHub repo.
``` ```
# Configure the Docker provider # Configure the Docker provider
provider "docker" { provider "docker" {
host = "tcp://127.0.0.1:1234/" host = "tcp://127.0.0.1:2376/"
} }
# Create a container # Create a container