moby / tool

Temporary repository for the moby assembly tool used by the Moby project
Apache License 2.0
75 stars 65 forks source link

Add support for setting containerd namespace in runtime config #199

Closed justincormack closed 6 years ago

justincormack commented 6 years ago

This adds a namespace field to override the LinuxKit containerd default namespace, in case you want to run a container in another namespace.

Needs a patch in LinuxKit to implement this that I will open soon.

Signed-off-by: Justin Cormack justin.cormack@docker.com