mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-05 08:37:45 -04:00
dockerfile
This commit is contained in:
@@ -35,3 +35,15 @@ make
|
||||
|
||||
### built blobs
|
||||
built blobs are available on the [release page](https://github.com/pldubouilh/gossa/releases).
|
||||
|
||||
### using with docker
|
||||
a pretty short docker file is provided
|
||||
|
||||
```sh
|
||||
# build docker image
|
||||
make
|
||||
docker build -t gossa .
|
||||
|
||||
# run
|
||||
sudo docker run -v ~/ToShare:/shared -p 8001:8001 gossa
|
||||
```
|
||||
Reference in New Issue
Block a user