Skip to content

Commit

Permalink
docker: update account
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit128 committed Sep 5, 2024
1 parent bb848ed commit 9c655dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
with:
context: .
push: true
tags: hystrath/cassiopee:${{ github.ref_name }}
tags: cassiopee486/cassiopee:${{ github.ref_name }}

4 changes: 2 additions & 2 deletions docs/developers/Docker/UsingDocker.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ groups ${USER}
- Please pull the official image of Cassiopee from DockerHub

```sh
docker pull cassiopee/cassiopee:<tag>
docker pull cassiopee486/cassiopee:<tag>
```

where _tag_ is a version tag such as `v4.0b` (in the remainder of these notes, `v4.0b` is used).
Expand All @@ -50,7 +50,7 @@ docker images

```sh
xhost +local:docker
docker run -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/dri:/dev/dri -e DISPLAY=unix$DISPLAY cassiopee/cassiopee:v4.0b
docker run -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/dri:/dev/dri -e DISPLAY=unix$DISPLAY cassiopee486/cassiopee:v4.0b
```

and the instance of the container will be removed after it execution thanks to `--rm`.
Expand Down

0 comments on commit 9c655dd

Please sign in to comment.