Our build agent is running Podman 3.4.2, and each terminal session has a global alias that just replaces docker with podman, thus the command docker —version returns podman version 3.4.2 as a consequence.
The purpose is to employ podman in an Azure DevOps pipeline for the Docker@2 task:
steps:
- task: Docker@2
displayName: Build and ...READ MORE
Dec 15, 2022
in DevOps on Cloud
by
Nicholas
• 7,760 points
•
1,248 views