Update index.html.markdown

Use default docker server remote API port 2376 instead of 1234.
pull/8895/head
baboune 10 years ago committed by GitHub
parent 047cdd7c09
commit 22b8b5c532

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

Loading…
Cancel
Save