summaryrefslogtreecommitdiffstats
path: root/nixos/tests/hocker-fetchdocker/machine.nix
AgeCommit message (Collapse)Author
2019-09-01nixos: remove dependencies on local-fs.targetFlorian Klink
Since https://github.com/NixOS/nixpkgs/pull/61321, local-fs.target is part of sysinit.target again, meaning units without DefaultDependencies=no will automatically depend on it, and the manual set dependencies can be dropped.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2017-12-02hocker: Don't check package and wrap the binaries with PATH to nixParnell Springmeyer
2017-12-01fetchdocker: Integration test exercising hocker and fetchdockerParnell Springmeyer
This change adds a simple integration test exercising the fetchdocker Nix code and hocker utilities for the simple `hello-world` docker container. We exercise: - Fetching the docker image configuration json - Fetching the docker image layers - Building a compositor script - Loading the `hello-world` docker image into docker using the compositor script and `docker load` - Running that loaded container