From 4df843e17b715fcfc80057c8063988517e95e3b0 Mon Sep 17 00:00:00 2001 From: sandre Date: Thu, 22 Jan 2026 12:30:04 +0100 Subject: [PATCH] Update doc --- doc.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc.txt b/doc.txt index 56aeab6..dd5eca8 100644 --- a/doc.txt +++ b/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:~