{"id":16605983,"url":"https://github.com/jedahan/podman-desktop","last_synced_at":"2025-07-10T12:18:04.923Z","repository":{"id":45063560,"uuid":"402790580","full_name":"jedahan/podman-desktop","owner":"jedahan","description":"launch and setup vms for podman","archived":false,"fork":false,"pushed_at":"2022-01-11T16:32:23.000Z","size":46,"stargazers_count":29,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T21:08:30.066Z","etag":null,"topics":["containers","docker","docker-desktop","macos","podman"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jedahan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-03T14:06:10.000Z","updated_at":"2024-09-17T11:03:43.000Z","dependencies_parsed_at":"2022-09-10T04:22:22.711Z","dependency_job_id":null,"html_url":"https://github.com/jedahan/podman-desktop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedahan%2Fpodman-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedahan%2Fpodman-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedahan%2Fpodman-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedahan%2Fpodman-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jedahan","download_url":"https://codeload.github.com/jedahan/podman-desktop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115750,"owners_count":20563227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","docker","docker-desktop","macos","podman"],"created_at":"2024-10-12T01:03:55.626Z","updated_at":"2025-03-23T14:31:11.531Z","avatar_url":"https://github.com/jedahan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# podman-desktop\n\npodman runs on linux, so this script spins up a virtual linux machine, and configures podman to use it as a remote host.\n\n\u003cimg width=\"907\" alt=\"Screen Shot 2021-09-03 at 11 22 37 AM\" src=\"https://user-images.githubusercontent.com/32407/132029535-20ab9aac-6c8d-440e-9122-660363e7f10a.png\"\u003e\n\nRequires `muiltipass` and `podman`\n\n    brew install multipass podman\n\nSetup a vm for podman. Values shown here are defaults. Mounts are the same as Docker Desktop.\n\n    podman-desktop \\\n      --name podman \\\n      --identity ~/.ssh/podman \\\n      20.04\n\nIf you'd like to pass any other params to `multipass launch`, just put them after `--`\n\n    podman-desktop -- --cpus 3  --mem 3G --network \u003cspec\u003e\n\nBy default, podman-desktop will mount the same folders as Docker Desktop.\n\nIf you'd like to change the default mounts, set the `MOUNTS` variable to an array\n\nIf you'd like to mount nothing, (for example, due to sshfs_server cpu usage) set `MOUNTS` to an empty string.\n\n\n## Image building with buildkit\n\nPodman builds are considerably slower compared to Docker builds. One way to mitigate this is to use [buildkit](https://github.com/moby/buildkit). Multipass instances provisioned with podman-desktop already contain a ready-to-go buildkit daemon. All you need to do is use the buildkit-cli from your host system:\n\n\tbuildctl \\\n\t\t--addr=tcp://$(shell multipass info podman --format json | jq -r \".info.podman.ipv4[]\"):1234 \\\n\t\tbuild \\\n\t\t--frontend dockerfile.v0 \\\n\t\t--local context=. \\\n\t\t--local dockerfile=. \\\n\t\t--output type=oci,name=\"thisgetsignored:imagename\" \\                                                                                               \n\t\t| podman load\n\t\n\nPlease note, the resulting image will be `localhost/imagename:latest`, because [Buildkit does not seem write OCI compliant image annotations](https://github.com/containers/podman/issues/12560#issuecomment-990826349-permalink).\n\n\n# Thank you\n\nThank you to @heussd for adding buildkit support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedahan%2Fpodman-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjedahan%2Fpodman-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedahan%2Fpodman-desktop/lists"}