Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Technical informations
authored
Jul 26, 2019
by
Caillat Michel
Hide whitespace changes
Inline
Side-by-side
Technical-informations.md
View page @
71e27aef
...
@@ -34,3 +34,10 @@ cd <..>/yafits
...
@@ -34,3 +34,10 @@ cd <..>/yafits
docker-compose build
docker-compose build
docker-compose up -d
docker-compose up -d
```
```
# Starting portainer
```
$ docker volume create portainer_data
$ docker run -d -p 8000:8000 -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
```
\ No newline at end of file