6 lines
288 B
Markdown
6 lines
288 B
Markdown
* There is no way for a property of a docker container to require
|
|
some property be met outside the container. For example, some servers
|
|
need ntp installed for a good date source.
|
|
* The SimpleSh was added before `docker exec` existed, and could probably
|
|
be eliminated by using that.
|