Skip to content

Commit

Permalink
fix(docs): change macvlan creation command and fix go filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbeldad committed Jun 17, 2018
1 parent 6a1b3db commit 238a0d9
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
Expand Up @@ -21,7 +21,7 @@ Simply clone this repository and execute the mediaserver script
```
git clone https://github.com/ivandelabeldad/media-server.git
cd media-server
sudo go run mediaserver start awesome 42 /storage
sudo go run mediaserver.go start awesome 42 /storage
```

### Help
Expand Down Expand Up @@ -61,7 +61,7 @@ obviuous option is macvlan.

A basic example (mostly home networks could use it using 192.168.X.0/24)
```
docker network create -v macvlan --gateway=192.168.1.1 --subnet=192.168.1.0/24 -o parent=eth0 --ip-range=192.168.1.16/28 macvlan
docker network create -d macvlan --gateway=192.168.1.1 --subnet=192.168.1.0/24 -o parent=eth0 --ip-range=192.168.1.16/28 macvlan
```

## License
Expand Down

0 comments on commit 238a0d9

Please sign in to comment.