This commit is contained in:
Joey Hess 2014-10-23 03:38:50 -04:00
parent 2a5deb2950
commit fd0670def7
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* 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.