So a common pattern is to be able to use docker containers to build/run/manage docker containers. This generally appears in tutorials, etc. as:
docker run -t -i -v /var/run/docker.sock:/var/run/docker.sock ...
This allows for use of the docker engine inside the container. It would be great to have a way of reusing this pattern on lx by supplying a pre-authorized docker api endpoint inside the container.
So a common pattern is to be able to use docker containers to build/run/manage docker containers. This generally appears in tutorials, etc. as:
docker run -t -i -v /var/run/docker.sock:/var/run/docker.sock ...
This allows for use of the docker engine inside the container. It would be great to have a way of reusing this pattern on lx by supplying a pre-authorized docker api endpoint inside the container.