LXC と docker を見ると、どちらもコンテナーを実行するために何らかのテンプレートまたはイメージが必要です。現在のセッションをパラレルワールドにフォークして、最後にすべての変更をコミットまたは破棄できるテクノロジーはありますか?
例えば:
$ echo "test"> test
$ fork-from-here just-a-name
just-a-name$ rm test
just-a-name$ cat test
cat: test: No such file or directory
just-a-name$ commit
container "just-a-name" state saved..
just-a-name$ logout
$ cat test
test
それに近いものはありますか?