https://github.com/jellyterra/contaiman
GUI designed for Podman the container manager.
https://github.com/jellyterra/contaiman
container gui podman
Last synced: 8 months ago
JSON representation
GUI designed for Podman the container manager.
- Host: GitHub
- URL: https://github.com/jellyterra/contaiman
- Owner: jellyterra
- License: mpl-2.0
- Created: 2024-01-31T16:29:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T21:26:56.000Z (over 2 years ago)
- Last Synced: 2025-01-14T04:24:39.247Z (over 1 year ago)
- Topics: container, gui, podman
- Language: Go
- Homepage:
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# contaiman
GUI designed for Podman the container manager.
### Build and Run
```shell
$ go build
$ ./contaiman
```
That's all you need.
### Work with Podman
```shell
$ systemctl start --user podman
```
For normal users, the socket path is ```unix://$XDG_RUNTIME_DIR/podman/podman.sock```.