Charlie Drage

Results 453 comments of Charlie Drage

> Once the Docker Compatibility feature is fully implemented in UI, we would not need to remove the following sections that cover the manual approach: > > * https://podman-desktop.io/docs/migrating-from-docker/emulating-docker-cli-with-podman >...

> ### Bug description > Compose extension (which uses github.com/docker/compose) is not able to access registry credentials configured in podman. > > Quick fix: pull all required images manually, using...

> Hi @cdrage! > > > > Thank you for getting back. As you correctly deduced, I did have Docker Desktop installed before my foray with Podman Desktop. > >...

> [@cdrage](https://github.com/cdrage) , just installed [podman-compose](https://github.com/containers/podman-compose), and it was able to pull from both Docker Hub and Azure Container Registry without any issue using the command `podman-compose up` Hi @birla...

I'm going to mark this as draft so people do not get pinged to review the PR until conflicts have been updated.

@suptejas @rhatdan I'm running into the same problem too when I was doing preliminary research on how to include this via Podman Desktop. Being able to provide a one-click solution...

Late to the party, sorry! @brianheineman could you please remove the AI changes to the file? Such as the quotes / etc. Makes it easier to review changes that reflect...

> @cdrage fwiw, I do not believe those are "AI" changes, those changes are the result of running `dist init` to regenerate the `release.yml` file: > > > This file...

> log.Fatalf ( “% s ” , err.Error ( ) ) It is better to replace with "log.Fatal". Or complete the newline character "%s\n". Sorry for the long day. I...