btholt / complete-intro-to-containers

The Complete Intro to Containers! As taught on Frontend Masters.
https://frontendmasters.com/courses/complete-intro-containers/
Other
941 stars 186 forks source link

Typo in containders.md #88

Open davidggphy opened 7 months ago

davidggphy commented 7 months ago

In line 57

1. Run `ps` from #1, grab pid for `tail`

should be

`1. Run `ps` from #2, grab pid for `tail`

since the ps should run in the same machine the tail process was executed.