about summary refs log tree commit diff
path: root/nixos/tests/hocker-fetchdocker/machine.nix
Commit message (Collapse)AuthorAge
* nixos: remove dependencies on local-fs.targetFlorian Klink2019-09-01
| | | | | | | 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.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* hocker: Don't check package and wrap the binaries with PATH to nixParnell Springmeyer2017-12-02
|
* fetchdocker: Integration test exercising hocker and fetchdockerParnell Springmeyer2017-12-01
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