diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-07 19:26:04 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-07 19:26:04 +0100 |
commit | 82ee2bd1d7d7a547be778e4d994b8159e2916d2b (patch) | |
tree | 29cf6cd335cfd58c8d9d3fd0598e534f22ca5535 /README.md | |
parent | 457420f0e7ccce12fa5642ac689bc15c7bee3654 (diff) | |
download | vyos-documentation-82ee2bd1d7d7a547be778e4d994b8159e2916d2b.tar.gz vyos-documentation-82ee2bd1d7d7a547be778e4d994b8159e2916d2b.zip |
README: fix docker tag name
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. ```bash -$ docker build -t vyos-docu docker +$ docker build -t vyos/vyos-documentation docker ``` ### Build documentation |