From fe8b26c4ab568da3c8133c66ffbe4e42e1442b56 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Fri, 25 Dec 2020 02:31:13 +0200 Subject: [PATCH] notes update --- Notes.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Notes.txt b/Notes.txt index 5089026..7e8285c 100644 --- a/Notes.txt +++ b/Notes.txt @@ -1,37 +1,41 @@ Basic ***REMOVED*** - +############################################################################################## +Azure DevOps Repository Password: ***REMOVED*** ############################################################################################## Docker commands: ***************** Create image: --from solution folder: -docker image build -t "chatbot-api:1.0.0" -f "Chatbot.Api\Dockerfile" . +docker image build -t "chatbot-api:1.0.4" -f "Chatbot.Api/Dockerfile" .docker Run image: -docker run -p 5053:80 -it chatbot-api:1.0.0 +docker run -p 5053:80 -it chatbot-api:1.0.4 Push image to registry: --tag image -docker tag chatbot-api:1.0.0 cloud.canister.io:5000/tstanciu/chatbot:api-1.0.0 +docker tag chatbot-api:1.0.4 cloud.canister.io:5000/tstanciu/chatbot:api-1.0.4 --login to registry docker login --username=tstanciu --password="***REMOVED***" cloud.canister.io:5000 --push image -docker push cloud.canister.io:5000/tstanciu/chatbot:api-1.0.0 +docker push cloud.canister.io:5000/tstanciu/chatbot:api-1.0.4 Pull image from registry --login to registry with readonly rights docker login --username=deploy+tstanciu --password=***REMOVED*** cloud.canister.io:5000 --pull image -docker pull cloud.canister.io:5000/tstanciu/chatbot:api-1.0.0 +docker pull cloud.canister.io:5000/tstanciu/chatbot:api-1.0.4 Run container in prod env -docker run --restart=always -p 5006:80 -d cloud.canister.io:5000/tstanciu/chatbot:api-1.0.0 +docker run --restart=always -p 5006:80 -d cloud.canister.io:5000/tstanciu/chatbot:api-1.0.4 Rename container docker rename chatbot-api +############################################################################################## + +Docker container last version: 1.0.4 ############################################################################################## \ No newline at end of file