Skip to content

Commit

Permalink
align name with container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
JHogenboom authored Jun 18, 2024
1 parent 9a1340d commit 22bc334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ where you should provide a sensible value for the Docker image name. The
You can create an additional tag for it by running

```bash
docker tag triplestore-collaboration-descriptives medicaldataworks.azurecr.io/projects/strongaya/triplestore-collaboration-descriptives
docker tag triplestore-collaboration-descriptives medicaldataworks.azurecr.io/projects/strongaya/triple-collab-descr
```

This way, you can e.g. do
Expand All @@ -47,12 +47,12 @@ Finally, you need to push the image to the Docker registry. This can be done
by running

```bash
docker push medicaldataworks.azurecr.io/projects/strongaya/triplestore-collaboration-descriptives
docker push medicaldataworks.azurecr.io/projects/strongaya/triple-collab-descr
```

Note that you need to be logged in to the Docker registry before you can push
the image. You can do this by running `docker login` and providing your
credentials. Check [this page](https://docs.docker.com/get-started/04_sharing_app/)
For more details on sharing images on Docker Hub. If you are using a different
Docker registry, check the documentation of that registry and be sure that you
have sufficient permissions.
have sufficient permissions.

0 comments on commit 22bc334

Please sign in to comment.