Skip to content

Commit e7f41df

Browse files
committed
bump containers version to 0.0.8
1 parent d8561ff commit e7f41df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

render-ws-with-mongo-db/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
#
1212
# To build:
1313
# 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 .
1515
#
1616
# 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
1818
#
1919
# 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
2121
#
2222
# 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
2424
#
2525
# To launch an interactive bash shell within an already running container:
2626
# docker ps -a # to get the container id
@@ -30,7 +30,7 @@
3030
# docker exec --interactive --tty "$(docker ps -q)" /bin/bash
3131
#
3232
# 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
3434
#
3535
# Published Containers Notes:
3636
# - Before pushing, your docker instance needs to be logged in to GitHub.

0 commit comments

Comments
 (0)