The article discusses the use of Power Platform CLI with Podman as an alternative to Docker for Dev Containers. The author explains that while Docker is their preferred tool, they cannot use it on their work machine without a paid subscription. They suggest using Podman instead, as it allows for commercial use and does not have the same licensing restrictions as Docker. The article provides two ways to overcome the limitations of using Podman with Dev Containers: either install the necessary tools directly on the Docker file or use the Dev Containers CLI to build an image with Docker and then use that image with Podman. The author also provides a sample repository with different Dockerfiles for reference.
Login now to access my digest by 365.Training