mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 08:22:32 +01:00
mkdir folder before docker run
This commit is contained in:
parent
2565dcca13
commit
32b64da0e6
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ the master branch is automatically built and pushed to [dockerhub](https://hub.d
|
|||
|
||||
```sh
|
||||
# pull from dockerhub and run
|
||||
% mkdir ~/LocalDirToShare
|
||||
% sudo docker run -v ~/LocalDirToShare:/shared -p 8001:8001 pldubouilh/gossa
|
||||
```
|
||||
|
||||
|
|
@ -99,6 +100,7 @@ if you prefer building the image yourself :
|
|||
```sh
|
||||
# build gossa within a build container, needs to be ran within the sources, ../ from here, and run
|
||||
% docker build -t gossa -f support/build.Dockerfile .
|
||||
% mkdir ~/LocalDirToShare
|
||||
% sudo docker run -v ~/LocalDirToShare:/shared -p 8001:8001 gossa
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue