Personal Repository of Podman Scripts/Dockerfiles created during learning of Podman
Make sure to use WORKDIR in your container to store your files. The container itself is temporary, particularly during rebuilding of your container using updated Dockerfile.
The files are currently tested using Podman containers on Linux. It may or may not work on Docker or non-Linux computers. Use at your own risk.
- Install Podman
- Install Dev Containers extension in VSCode
- In VSCode, change the value of dev.containers.dockerPath in Preferences from docker to podman.
Note: VSCode requires VSCode Server for managing remote development and containers. When you open a container for first time in VSCode, it may take time depending on your internet connection.