Skip to content

Commit

Permalink
Merge pull request #236 from mpatrickaires/patch-1
Browse files Browse the repository at this point in the history
Update section-3.md
  • Loading branch information
mluukkai authored Nov 24, 2023
2 parents 44ed4f9 + 7ea9f62 commit cfb596a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/part-1/section-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ We can improve our previous solutions now that we know how to create and build a

Let us now get back to [Exercise 1.4](/part-1/section-2#exercise-14).

Create a new file on your local machine with and append the script we used previously into that file:
Create a new file on your local machine and append the script we used previously into that file:

```bash
while true
Expand All @@ -317,7 +317,7 @@ done

Create a Dockerfile for a new image that starts from ubuntu:20.04 and add instructions to install curl into that image. Then add instructions to copy the script file into that image and finally set it to run on container start using CMD.

After you have filled the Dockerfile, build the image with the tag "curler".
After you have filled the Dockerfile, build the image with the name "curler".

* If you are getting permission denied, use `chmod` to give permission to run the script.

Expand Down

0 comments on commit cfb596a

Please sign in to comment.