Skip to content

Commit

Permalink
Merge pull request #246 from YoungPickling/patch-1
Browse files Browse the repository at this point in the history
Update section-3.md
  • Loading branch information
mluukkai authored Mar 12, 2024
2 parents 6d33917 + 8806dfd commit 9055d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/part-1/section-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ $ docker run -it hello-docker sh

Now we're inside of the container. We replaced the CMD we defined earlier with `sh` and used -i and -t to start the container so that we can interact with it.

In the second terminal we will copy the file inside the contained:
In the second terminal we will copy the file inside the container:

```console
# do this in terminal 2
Expand Down

0 comments on commit 9055d96

Please sign in to comment.