Is it possible to "reset" the read/write layer of a Docker container?

308 views Asked by At

While reading about containers and their layers (https://docs.docker.com/storage/storagedriver), it come to my mind the following question:

Is it possible to "reset" the read/write layer of a Docker container? By "reset" I mean to delete all the state the container may have written to that layer -- so I can get a "brand new container" whiteout having to start a new one.

0

There are 0 answers