add podman-compose
This commit is contained in:
parent
2b9c069b54
commit
798a8cb502
|
@ -21,6 +21,7 @@
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.podman # CLI
|
pkgs.podman # CLI
|
||||||
|
pkgs.podman-compose # compose tools
|
||||||
pkgs.runc # Container runtime
|
pkgs.runc # Container runtime
|
||||||
pkgs.conmon # Container runtime monitor
|
pkgs.conmon # Container runtime monitor
|
||||||
pkgs.skopeo # Interact with container registry
|
pkgs.skopeo # Interact with container registry
|
||||||
|
|
Loading…
Reference in a new issue