https://github.com/temikus/podman-docker-shim
https://github.com/temikus/podman-docker-shim
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/temikus/podman-docker-shim
- Owner: Temikus
- License: mit
- Created: 2025-01-18T08:04:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-18T08:06:06.000Z (over 1 year ago)
- Last Synced: 2025-07-18T14:02:09.429Z (11 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Podman-docker-shim
A simple shim for Podman to make it more compatible with Docker CLI.
## Supported commands
### push
- `-a | --all-tags` - Push all tags of the image, see [podman issue #2369](https://github.com/containers/podman/issues/2369#issuecomment-1209431687)
## Building
```
docker build -t podman-docker-shim .
```
, or
```
mise build
```
## Installation
```
cp podman-docker-shim /usr/local/bin
ln -s /usr/local/bin/podman-docker-shim /usr/local/bin/docker // or `mise setup`
```
, or
```
mise setup
```