@@ -74,7 +74,7 @@ This application uses Docker for deployment. To create a Docker image, use the
7474following command:
7575
7676``` console
77- $ docker build -t revenrof /codingteam.org.ru:$CODINGTEAM_ORG_RU_VERSION -t revenrof /codingteam.org.ru:latest .
77+ $ docker build -t codingteam /codingteam.org.ru:$CODINGTEAM_ORG_RU_VERSION -t codingteam /codingteam.org.ru:latest .
7878```
7979
8080(where ` $CODINGTEAM_ORG_RU_VERSION ` is the version for the image to use)
@@ -83,8 +83,8 @@ Then push the image to the Docker Hub:
8383
8484``` console
8585$ docker login # if necessary
86- $ docker push revenrof /codingteam.org.ru:$CODINGTEAM_ORG_RU_VERSION
87- $ docker push revenrof /codingteam.org.ru:latest
86+ $ docker push codingteam /codingteam.org.ru:$CODINGTEAM_ORG_RU_VERSION
87+ $ docker push codingteam /codingteam.org.ru:latest
8888```
8989
9090Deploy
9393To install the application from Docker, run the following command:
9494
9595``` console
96- $ docker run -d --restart unless-stopped -p:$PORT :80 --name $NAME -v $CONFIG :/app/appsettings.json revenrof /codingteam.org.ru:$VERSION
96+ $ docker run -d --restart unless-stopped -p:$PORT :80 --name $NAME -v $CONFIG :/app/appsettings.json codingteam /codingteam.org.ru:$VERSION
9797```
9898
9999Where
@@ -111,12 +111,12 @@ command uses the Bash syntax; adapt for your shell if necessary):
111111PORT=5000
112112NAME=codingteam.org.ru
113113VERSION=latest
114- docker run -d --restart unless-stopped -p $PORT :80 --name $NAME revenrof /codingteam.org.ru:$VERSION
114+ docker run -d --restart unless-stopped -p $PORT :80 --name $NAME codingteam /codingteam.org.ru:$VERSION
115115```
116116
117- [ badge.docker ] : https://img.shields.io/docker/v/revenrof /codingteam.org.ru?sort=semver
117+ [ badge.docker ] : https://img.shields.io/docker/v/codingteam /codingteam.org.ru?sort=semver
118118
119119[ codingteam.org.ru ] : https://codingteam.org.ru/
120- [ docker-hub ] : https://hub.docker.com/r/revenrof /codingteam.org.ru
120+ [ docker-hub ] : https://hub.docker.com/r/codingteam /codingteam.org.ru
121121[ dotnet ] : https://dot.net/
122122[ npm ] : https://npmjs.com
0 commit comments