summaryrefslogtreecommitdiff
path: root/doc/todo/docker_todo_list.mdwn
blob: 72ded426987ea3da55c6ee1a6a33965463c8b983 (plain)
1
2
3
4
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.