question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make compliant the build scripts with podman

See original GitHub issue

Is 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

https://podman.io/

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
benoitfcommented, Dec 23, 2019

@ibuziuk I don’t know if it’s a cross-team effort or not so yeah let’s leave productization for now

0reactions
nickboldtcommented, Sep 28, 2021

Projects which still use docker as the primary or explicitl run docker instead of podman:

  • redhat-developer/kubernetes-image-puller
  • jetbrains-editor-images
  • devworkspace-operator
  • che-server
  • eclipse/che
  • che-plugin-broker
  • che-operator
  • che-machine-exec
  • che-jwtproxy
  • chectl
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found