Update doc
This commit is contained in:
12
doc.txt
12
doc.txt
@@ -1,7 +1,11 @@
|
||||
To build an image "toto" with the version "0.1": podman build . -t skydivelogs:1.5.5
|
||||
To build an image "skydivelogs" with the version "1.5.5":
|
||||
podman build . -t skydivelogs:1.5.5
|
||||
|
||||
To run ab image to container with volume :
|
||||
podman run -v C:\toto\config:/app/Front/config -v C:\toto\db:/app/API/Data -d -p 5080:80/tcp --name Test -it skydivelogs:1.5.5
|
||||
podman run -v ./Front/skydivelogs-app/src/config:/usr/share/nginx/html/config:z -v ./Back/skydiveLogs-api/Data:/app/Data:z -d -p 5080:80/tcp --name Skydivelogs-1.5.5 -it skydivelogs:1.5.5
|
||||
|
||||
podman save --output skydivelogs-1.5.5.tar skydivelogs:1.5.5
|
||||
To save the image before to updload to the server :
|
||||
podman save --output skydivelogs-1.5.5.tar skydivelogs:1.5.5
|
||||
|
||||
scp -P 5022 skydivelogs-1.5.5.tar administrator@51.75.68.58:~
|
||||
Updload to the server :
|
||||
scp -P 5022 skydivelogs-1.5.5.tar administrator@51.75.68.58:~
|
||||
|
||||
Reference in New Issue
Block a user