Skip to content

Commit 774861b

Browse files
authored
Merge pull request #259 from prateek-parashar/patch-1
Update section-4 for a typo
2 parents 89ec720 + 6a4d3c0 commit 774861b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/part-1/section-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ $ docker run -it python:3.11 bash
214214

215215
```
216216

217-
From this experimentat, we learned that they have ENTRYPOINT as something other than Python, but the CMD is Python and we can overwrite it, here with bash. If they had ENTRYPOINT as Python we'd be able to run `--version`. We can create our own image for personal use as we did in a previous exercise with a new Dockerfile:
217+
From this experiment, we learned that they have ENTRYPOINT as something other than Python, but the CMD is Python and we can overwrite it, here with bash. If they had ENTRYPOINT as Python we'd be able to run `--version`. We can create our own image for personal use as we did in a previous exercise with a new Dockerfile:
218218

219219
```dockerfile
220220
FROM python:3.11

0 commit comments

Comments
 (0)