might be good to include details on how to use cloud shell bash. link to setting up docker for cloud shell
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@MarcAir thanks for the issue. At current, the Docker CLI is installed in cloud shell instances however the daemon is not. So things like docker pull, docker build, and docker push do not work.
That said, the ACR Build feature does allow for the creation of container images in cloud shell. These images are also automatically pushed to the ACR registry. Here are some docs on ACR build.
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-tutorial-quick-build
Is there something specific you are looking to do with Docker in cloud shell?
Cc.. @mmacy
@MarcAir - any additional thoughts here or anything else that I can assist with?
Thanks
@MarcAir - I am going to close this issue. If there is anything else that we can help with, please re-ope the issue. Alternatively, you can contact me directly on Twitter (@nepeters).
@MarcAir We will now proceed to close this thread. If there are further questions regarding this matter, please reopen it and we will gladly continue the discussion.
Hello friends, has this issue been resolved Daemon being installed on Azure shell or still not?
Rootless Docker could be probably supported if newuidmap and newgidmap (with either SUID bit or file caps) were installed in the cloud shell image.
Most helpful comment
@MarcAir thanks for the issue. At current, the Docker CLI is installed in cloud shell instances however the daemon is not. So things like docker pull, docker build, and docker push do not work.
That said, the ACR Build feature does allow for the creation of container images in cloud shell. These images are also automatically pushed to the ACR registry. Here are some docs on ACR build.
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-tutorial-quick-build
Is there something specific you are looking to do with Docker in cloud shell?
Cc.. @mmacy