Skip to content
Snippets Groups Projects
Commit d7eb5f77 authored by tylerharter's avatar tylerharter
Browse files

mix script name

parent 7fd2d013
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ Before starting, please review the [general project directions](../projects.md).
## Corrections/Clarifications
* none yet
* Jan 30: fix script name (count.sh to multi.sh) in part 4
## Prepare: Virtual Machine Connection
......@@ -73,7 +73,7 @@ docker compose version > compose.txt
## Part 4: Docker Image
Create a `Dockerfile` that starts from a base image of your choosing
and includes your `count.sh` file. The Dockerfile should do any
and includes your `multi.sh` file. The Dockerfile should do any
installs needed for your script to run.
You should be able to create an image and container like this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment