Merge pull request #23 from JamesLaverack/patch-1

Correct comment in `docker_network` documentation
This commit is contained in:
Radek Simko 2017-10-30 13:46:22 +00:00 committed by GitHub
commit f3f85a1ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ to create virtual networks within the docker environment.
## Example Usage
```hcl
# Find the latest Ubuntu precise image.
# Create a new docker network
resource "docker_network" "private_network" {
name = "my_network"
}