From f296438d3577f615f8b0d2dab23dde3f3bc5a28e Mon Sep 17 00:00:00 2001 From: kmpm Date: Fri, 18 Jan 2019 10:35:18 +0100 Subject: Added example for how to runcontainer using Windows PowerShell --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index deed63e7..5b45873b 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,14 @@ $ docker build -t vyos-docu - < Dockerfile ### Build Documentation +Linux ```bash $ docker run -v `pwd`:`pwd` -w `pwd`/docs -i -t --rm vyos-docu bash ``` +Windows PowerShell +```powershell +docker run -v "$($pwd.path):/vyos" -w "/vyos/docs" -i -t --rm vyos-docu bash +``` + Inside the container you can the build the documentation as stated above -- cgit v1.2.3