containers / virtcontainers

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

kata_agent: Fix the mounts #560

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

We have to make sure we are providing proper information to the agent, because the way it is, the mounts will not be performed properly.

sameo commented 6 years ago

Fixed with PR #549