Skip to content

Commit

Permalink
Updating Docker page with new CyVerse app deployment instructions for…
Browse files Browse the repository at this point in the history
… connecting data-store
  • Loading branch information
Erick Verleye committed Apr 16, 2024
1 parent 656b3b5 commit f05acbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/assets/docker_basics/container_port.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/resources/docker_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ You can see all of this information on the ESIIL dockerhub page.

![DockerHub](../assets/docker_basics/dockerhub.png)

Leave the Entrypoint, Working Directory, and UID blank. Add port 8888 as a container port.
Leave the Entrypoint blank, and set the working directory to /home/jovyan/data-store and the UID to 1000. Add container port 8888. This will mount and give you access to the cyverse data store. Because the file explorer GUI will not let you go above the working directory that is set, you will have to use the terminal to go up one directory and copy over any files you included in your container.

![ContainerPort](../assets/docker_basics/container_port.png)

Expand Down

0 comments on commit f05acbe

Please sign in to comment.