mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector_Frontend
synced 2023-05-06 14:40:17 +03:00
docker notes update
This commit is contained in:
parent
b6745b60f4
commit
ff50554b77
@ -27,7 +27,7 @@ docker login --username=deploy+tstanciu --password=***REMOVED*** cloud.canister.
|
||||
docker pull cloud.canister.io:5000/tstanciu/network-resurrector:frontend-1.0.0
|
||||
|
||||
Run container in prod env
|
||||
docker run --restart=always -p 5009:80 -d cloud.canister.io:5000/tstanciu/network-resurrector:frontend-1.0.0
|
||||
docker run -d --name network-resurrector-frontend --restart=always -p 5009:80 cloud.canister.io:5000/tstanciu/network-resurrector:frontend-1.0.0
|
||||
|
||||
Rename container
|
||||
docker rename <container_id> network-resurrector-frontend
|
||||
|
Loading…
x
Reference in New Issue
Block a user