dock try to implement most feature in docker
- Daemon mode
- Container image
- Container volume
- Container network
- Container management
- Container logs
- ...
[root@localhost dock]# ./dock run -ti /bin/sh
sh-4.2# ps
PID TTY TIME CMD
1 pts/0 00:00:00 sh
5 pts/0 00:00:00 ps
dock run -ti -m 100m - cpushare 512 sh
dock is release under MIT LICENSE