Skip to content

Commit 6690c30

Browse files
Update README.md
Added e115 to the image name
1 parent 6ddd16f commit 6690c30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
111111
Check version of installed Docker
112112
* `sudo docker --version`
113113
Run the app using Docker
114-
* `sudo docker run --rm -ti dlops/simple-translate`
114+
* `sudo docker run --rm -ti dlops/simple-translate-e115`
115115

116116
Run the cli
117117
* `python cli.py`

0 commit comments

Comments
 (0)