docker notes update

master
Tudor Stanciu 2021-01-11 00:38:12 +02:00
parent b6745b60f4
commit ff50554b77
1 changed files with 1 additions and 1 deletions

View File

@ -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 docker pull cloud.canister.io:5000/tstanciu/network-resurrector:frontend-1.0.0
Run container in prod env 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 Rename container
docker rename <container_id> network-resurrector-frontend docker rename <container_id> network-resurrector-frontend