PavelSosin-320

Results 40 comments of PavelSosin-320

@yuk7 I use your Centos 8.1 installed from GitHub upgraded to 8.2 because Microsoft Store Centos8 doesn't work at all. Who choose CentOS or Fedora wants RedHat stuff to work....

Please help! I can't install podman-compose using dnf on CentOS8.2 with Podman 2.1.1 . To which repo it is submitted? [root@MSI bin]# dnf install podman-compose Last metadata expiration check: 0:29:04...

Please, avoid command aliasing whenever it is possible! I want to know what I use exactly. When I ask docker-compose version I want to get docker-compose version. When I ask...

There are many benefits in using rootless Podman but not listed above: 1. Podman is serverless but not serviceless. Podman service can be started as systemd service. It can run...

JFrog with Artifactory - used by SAP, all enterprises which use SAP, Finance, Helth services .... because its security is approved by certain agencies. Kubernetes Clusters used in Cloud and...

I vote for it!. Also service configs to pass such content as local Docker repositories URL's, Local gerrit URls, etc.

@chrmarti Sure, using docker socket is not a good idea. Podman is CLI 1st and doesn't need any server, any client, and any Network security if used locally in one...

Buildah is CLI - it doesn't need any socket. or server. The problem with Podman and Buildah that each one has its own Filesystem tree. The image built by Buildah...

Using sockets for Buildah and Podman is meaningless. Both are CLI development tools. Podman socket is used only to use Podman remotely. The real "remote Podman" is Kubernetes. Kubernetes and...

@matt-froggatt Do you suggest to run Podman as the Docker engine using systemctl enable --now podman.socket ? It will revert all Podman benefits back to the Docker limitations: The Podman...