File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ Run the container using:
8888
8989* Sign up in Docker Hub and create an [ Access Token] ( https://hub.docker.com/settings/security )
9090* Login to the Hub: ` docker login -u <USER NAME> -p <ACCESS TOKEN> `
91- * Tag the Docker Image: ` docker tag simple-translate <USER NAME>/simple-translate `
92- * Push to Docker Hub: ` docker push <USER NAME>/simple-translate `
91+ * Tag the Docker Image: ` docker tag simple-translate <USER NAME>/simple-translate-e115 `
92+ * Push to Docker Hub: ` docker push <USER NAME>/simple-translate-e115 `
9393
9494
9595
@@ -111,7 +111,7 @@ Install Docker on the newly created instance by running
111111Check version of installed Docker
112112* ` sudo docker --version `
113113Run the app using Docker
114- * ` sudo docker run --rm -ti dlops/simple-translate `
114+ * ` sudo docker run --rm -ti dlops/simple-translate-e115 `
115115
116116Run the cli
117117* ` python cli.py `
You can’t perform that action at this time.
0 commit comments