docker: document mkdir prior to docker call

closes #92
This commit is contained in:
Pierre Dubouilh 2023-06-07 11:34:48 +02:00
parent bab52784f9
commit a898dfd33a

View file

@ -46,6 +46,7 @@ release images are pushed to [dockerhub](https://hub.docker.com/r/pldubouilh/gos
```sh
# pull from dockerhub and run
% mkdir ~/LocalDirToShare
% sudo docker run -v ~/LocalDirToShare:/shared -p 8001:8001 pldubouilh/gossa
```