about summary refs log tree commit diff
path: root/nixos/tests/oci-containers.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-02-10Merge pull request #248315 from apeschar/oci-containers-backend-stopPeder Bergebakken Sundt1-0/+5
nixos/oci-containers: stop container using backend
2023-12-27maintainers: Remove adisbladis as maintainer from various packagesadisbladis1-1/+1
These are a handful of packages I no longer use or/and have lost interest in.
2023-10-26nixos/oci-containers: stop container using backendAlbert Peschar1-0/+5
Make systemd actually call `podman stop` when stopping a container unit. Fixes #249332
2023-05-12nixos/tests/oci-containers.nix: get rid of `with lib`Anderson Torres1-3/+2
2022-09-12maintainers: remove mkaito from serokell teamChristian Höppner1-1/+1
2021-05-08maintainers: add serokell team, move various packages to itYorick van Pelt1-1/+1
2020-10-25nixos/tests/oci-containers: Use curl --failScott Worley1-1/+1
2020-05-04nixos/docker-containers: Rename to virtualisation.oci-containers.containers.adisbladis1-0/+43
And allow the runtime to be configurable via the `virtualisation.oci-containers.backend` option. Valid choices are "podman" and "docker".