5 ms·
A similar project is 'mocker', a "crappy imitation of Docker, written in 100% Python": https://github.com/tonybaloney/mocker https://github.com/tonybaloney/mock
by infodroid 8y ago
A similar project is 'mocker', a "crappy imitation of Docker, written in 100% Python": https://github.com/tonybaloney/mocker https://github.com/tonybaloney/mocker
- tzakrajs 8y ago> I keep hearing statements like "Docker is basically > just cgroups", "Docker is just chroot on steroids", > which is totally incorrect. But this project basically proves that the characterization is pretty accurate.
- erikb 8y agogo back to the top level of this discussion and ctrl-f for "runc" then it becomes more clear. Docker is more than we usually think it is, because it makes all the stuff around containers so easy to use.
- hodgesrm 8y agoAgree. I'm working through the rubber docker lab now. The fact that docker (a) handles all the details of cgroups, overlays, namespaces; (b) is super easy to use; and (c) runs cross-platform is impressive.