Hi,
Is LXC virt. driver still officially supported in Docker?
Is this command:
dockerd -e lxc
actually valid nowadays?
Thanks in advance.
Share and learn in the Docker community.
Hi,
Is LXC virt. driver still officially supported in Docker?
Is this command:
dockerd -e lxc
actually valid nowadays?
Thanks in advance.
Was dockerd -e lxc ever a valid command? The dockerd has no -e option. docker run has but it has nothing to do with the runtime.
I haven’t heard about anyone using the lxc runtime. Do you really need it or are you just curious?
the blogpost is from “the early days”. It was superseeded by Docker containerd integration - Docker Blog, which made the virtualzation driver obsolete.