Fix DTR ip addy (#290)

This commit is contained in:
Jim Galasyn 2017-11-13 12:15:35 -08:00
parent b6c7b7248e
commit d83e18dcf0
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ you can push images to DTR.
2. Tag the image, using the IP address or DNS name of your DTR instance:
```bash
docker tag wordpress:latest 54.218.110.183:444/admin/wordpress:latest
docker tag wordpress:latest <dtr-url>:<port>/admin/wordpress:latest
```
3. Log in to a Docker EE manager node.
4. Push the tagged image to DTR: