README: fix docker tag name

This commit is contained in:
Christian Poessinger 2019-12-07 19:26:04 +01:00
parent 457420f0e7
commit 82ee2bd1d7

View File

@ -45,7 +45,7 @@ You can either build the container on your own or directly fetch it prebuild
from Dockerhub. If you want to build it for yourself, use the following command. from Dockerhub. If you want to build it for yourself, use the following command.
```bash ```bash
$ docker build -t vyos-docu docker $ docker build -t vyos/vyos-documentation docker
``` ```
### Build documentation ### Build documentation