Skip to content

Commit

Permalink
Update workflow to place HTML files in the same directories as the or…
Browse files Browse the repository at this point in the history
…iginal Markdown files
  • Loading branch information
zli86605 committed Jul 11, 2024
1 parent 8042961 commit fba2e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docker/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Docker is available for Linux, Mac, and Windows. Install the appropriate version
### Running the Container from Docker Desktop

When you load an image into memory, it becomes a running container. To run a container in Docker Desktop:Click on the "run" icon under "Actions" next to the image name.
![alt text](../static/docker_readme.png)
![alt text](./../../static/docker_readme.png)
Click on "Optional Settings" and fill in the form as follows:
![alt text](../static/docker_readme2.png)
![alt text](./../../static/docker_readme2.png)
Finally, click the "Run" button to start the container.

### Running the Container from the Command Line as a Background Process
Expand Down

0 comments on commit fba2e56

Please sign in to comment.