Update index.html.markdown
Use default docker server remote API port 2376 instead of 1234.
This commit is contained in:
parent
047cdd7c09
commit
22b8b5c532
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue