Setting up a Privileged Sidecar
I started with the starter template for docker containers.
Addded the resource block for a private network, the dind container and updated the networks_advanced entry and the DOCKER_HOST env setting in the workspace container.
I can see that both are loaded. However, maybe mistakenly, I expect to run a docker command from the shell.
This is probably my lack of understanding, but I'm basically trying to get docker commands in the workspace and rather than trying to install docker in the container, I thought it would be simpler to just add the sidecar.


