1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix typo 'setup/set up'

Signed-off-by: imre Fitos <imre.fitos+github@gmail.com>
This commit is contained in:
imre Fitos 2015-01-17 11:21:25 -05:00
parent 457f212373
commit 73baa673c7

View file

@ -714,7 +714,7 @@ illustrate the technique.
$ echo 'DOCKER_OPTS="-b=bridge0"' >> /etc/default/docker
$ sudo service docker start
# Confirming new outgoing NAT masquerade is setup
# Confirming new outgoing NAT masquerade is set up
$ sudo iptables -t nat -L -n
...