An open API service indexing awesome lists of open source software.

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.

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```.