|
11 | 11 | #
|
12 | 12 | # To build:
|
13 | 13 | # cd ${RENDER_REPO_ROOT_DIR}
|
14 |
| -# docker build --file render-ws-with-mongo-db/Dockerfile --no-cache --tag ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.7 . |
| 14 | +# docker build --file render-ws-with-mongo-db/Dockerfile --no-cache --tag ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.8 . |
15 | 15 | #
|
16 | 16 | # To run a container in detached mode:
|
17 |
| -# docker run --publish 8080:8080 --detach --rm ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.7 |
| 17 | +# docker run --publish 8080:8080 --detach --rm ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.8 |
18 | 18 | #
|
19 | 19 | # To run a container in detached mode with the standard MongoDB dump directory mounted:
|
20 |
| -# docker run --publish 8080:8080 --detach --rm --mount type=bind,source=/mnt/disks/mongodb_dump_fs/dump,target=/mnt/disks/mongodb_dump_fs/dump ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.7 |
| 20 | +# docker run --publish 8080:8080 --detach --rm --mount type=bind,source=/mnt/disks/mongodb_dump_fs/dump,target=/mnt/disks/mongodb_dump_fs/dump ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.8 |
21 | 21 | #
|
22 | 22 | # To launch an interactive bash shell within a new container:
|
23 |
| -# docker run --interactive --tty --publish 8080:8080 --entrypoint /bin/bash --rm ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.7 |
| 23 | +# docker run --interactive --tty --publish 8080:8080 --entrypoint /bin/bash --rm ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.8 |
24 | 24 | #
|
25 | 25 | # To launch an interactive bash shell within an already running container:
|
26 | 26 | # docker ps -a # to get the container id
|
|
30 | 30 | # docker exec --interactive --tty "$(docker ps -q)" /bin/bash
|
31 | 31 | #
|
32 | 32 | # To push the image to the janeliascicomp containers GitHub registry (see https://github.com/JaneliaSciComp/containers/tree/main):
|
33 |
| -# docker push ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.7 |
| 33 | +# docker push ghcr.io/janeliascicomp/render-ws-with-mongodb:0.0.8 |
34 | 34 | #
|
35 | 35 | # Published Containers Notes:
|
36 | 36 | # - Before pushing, your docker instance needs to be logged in to GitHub.
|
|
0 commit comments