You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming the simple SSHD example - how would I grant this container --privileged permissions using LinuxKit?
Background
Basically, I built an image that has docker and sshd installed. In the end, I want to SSH into the machine and be able to start some containers with docker run.
Right now, since the services are in different containers, how can I interact with the Docker service from the SSH container?
Thanks!
The text was updated successfully, but these errors were encountered:
radu-matei
changed the title
Run service container with elevated privileges
[Question] Run service container with elevated privileges
May 16, 2017
Assuming the simple SSHD example - how would I grant this container
--privileged
permissions using LinuxKit?Background
Basically, I built an image that has
docker
andsshd
installed. In the end, I want to SSH into the machine and be able to start some containers withdocker run
.Right now, since the services are in different containers, how can I interact with the Docker service from the SSH container?
Thanks!
The text was updated successfully, but these errors were encountered: