containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

kata_agent: Unmount container's mounts from stopContainer() #562

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

We have to unmount everything that have been previously mounted in order to properly stop the container. This has to be done from stopContainer() function.