Make compliant the build scripts with podman
See original GitHub issueIs your task related to a problem? Please describe.
podman
is an alternative of docker
tools
In almost all docker scripts, docker
is used in command line
It would be great that it could handle both tools so people could have only podman
installed.
Describe the solution you’d like
build scripts could detect automatically if one the tool is installed and/or use a flag to select which tool to use.
Describe alternatives you’ve considered
N/A
Additional context
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Create fast, easy, and repeatable containers with Podman and ...
Get started with containers in a fast, repeatable way through the familiar shell scripting interface.
Read more >podman-build
DESCRIPTION¶. podman build Builds an image using instructions from one or more Containerfiles or Dockerfiles and a specified build context directory. A ...
Read more >Podman Tutorial For Beginners: Step By Step Guides
Another interesting and advanced feature of podman is running containers in Pods. Similar to Kubernetes pods, you can create multi-container ...
Read more >containers/podman-compose: a script to run docker ... - GitHub
a script to run docker-compose.yml using podman. ... docker-compose stacks that are meant to test as many cases as we can to make...
Read more >Scripting Containers With No Daemons using Podman
To run a Container, you just use the podman command to create one with a Docker (or any OCI Compliant) image: podman run...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ibuziuk I don’t know if it’s a cross-team effort or not so yeah let’s leave productization for now
Projects which still use docker as the primary or explicitl run
docker
instead ofpodman
: