Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allenkey666 authored Jan 29, 2019
1 parent 7bf286e commit 15e54fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Usage:

## create config.json file in "/path/to/config"
## Create config.json file in "/path/to/config"
```
{
"server": "server address",
Expand All @@ -14,7 +14,7 @@
}
```

## launch gateway container
## Launch gateway container
```
docker network create -d macvlan --subnet=192.168.2.0/24 --gateway=192.168.2.1 -o parent=eth0 macnet
Expand Down

0 comments on commit 15e54fc

Please sign in to comment.