Y
Hacker News
new
|
ask
|
show
|
jobs
by
sp332
4390 days ago
But it behaves differently. For example, if you shut down a Docker container, changes are not saved.
2 comments
FooBarWidget
4390 days ago
That's not true, and it has got nothing to do with the pause/unpause feature. You can see stopped containers with `docker ps -a`, and you can restart them.
link
teabee89
4390 days ago
In Docker 1.0 you can now use docker pause/unpause.
link