Hacker News new | ask | show | jobs
by dk8996 85 days ago
Very cool. Is there a way to have a notion of a session, saving state between runs?
1 comments

No, it's stateless right now. What is your requirement though? How do you define a session? Are you referring to "snapshotting" between sessions?
I'm adding snapshotting as well https://github.com/afshinm/zerobox/pull/21

Then you can run:

```

zerobox --snapshot -- sh -c 'echo "abc" > a'

```

and also `zerobox snapshot list/diff/restore`