mirror of
https://github.com/docker/docs.git
synced 2026-04-03 01:38:58 +07:00
* Updated `## Persist the todo data` section I provided a 3-step procedure from lines 81 to 102 on how to access the container's shell environment, since It was unclear how to access the `/etc/todos` directory. Also, nowhere, in the tutorial, was it mentioned that containers are *self-contained shell environments*. This information is crucial for beginners following along with the tutorial. Take care. * Second update This update was due to a suggestion provided by @thaJeztah .