summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb68595a..4955ce56 100644
--- a/README.md
+++ b/README.md
@@ -58,11 +58,14 @@ To build the docker image
docker build -t vyos-builder $PATH_TO_Dockerfile
```
-To run and the docker image once is created:
+To run the docker image:
```
docker run --privileged -v /HOST_PATH/images:/vyos --name=vyos_node_builder -d vyos-builder bash
```
+* docker container must be run with --privileged flag
+* is recommended to run the container with a volume mapped in order to easy exprort images built
+to the "external" world
To connect to the docker image once is running:
```