> Hi Roberto, > > I think you mentioned criu in previous mails. Combined with LXC we get > close enough to docker?
Nope, docker snapshotting is filesystem related, nothing more. Criu allows suspending a whole process in a machine and restart it later (even on another machine). Currently i think the best approach would be supporting docker filesystem layers and it would be pretty easy as uWSGI 1.9/2.0 has those handy "mount hooks", so we do not need to write c code to support docker images, just config files. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
