Skip to content

Commit

Permalink
Merge pull request #45 from clemherreman/patch-1
Browse files Browse the repository at this point in the history
 Fix routing to only include private IP addresses
  • Loading branch information
iamluc authored Oct 21, 2019
2 parents 012c882 + fe39821 commit ce896e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ docker run -d --name docker-hostmanager --restart=always -v /var/run/docker.so
After run the container we need to add a route to access container subnets.

```
$ route /P add 172.17.0.0/8 192.168.99.100
$ route /P add 172.17.0.0/12 192.168.99.100
```

### CONFIGURATION
Expand Down

0 comments on commit ce896e7

Please sign in to comment.