Update to Angular v19 and fixing (#3)
Reviewed-on: #3 Co-authored-by: sandre <perso@sebastienandre.com> Co-committed-by: sandre <perso@sebastienandre.com>
This commit was merged in pull request #3.
This commit is contained in:
8
doc.txt
8
doc.txt
@@ -1,7 +1,7 @@
|
||||
To build an image "toto" with the version "0.1": docker build . -t skydivelogs:1.4.2
|
||||
To build an image "toto" with the version "0.1": podman build . -t skydivelogs:1.5.0
|
||||
To run ab image to container with volume :
|
||||
docker 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.4.0
|
||||
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.0
|
||||
|
||||
docker save --output skydivelogs-1.4.2.tar skydivelogs:1.4.2
|
||||
podman save --output skydivelogs-1.5.0.tar skydivelogs:1.5.0
|
||||
|
||||
scp -P 5022 skydivelogs-1.4.2.tar administrator@51.75.68.58:~
|
||||
scp -P 5022 skydivelogs-1.5.0.tar administrator@51.75.68.58:~
|
||||
|
||||
Reference in New Issue
Block a user