nixos/tests/docker-tools.nix: Fix format
This commit is contained in:
parent
24eb3f87fc
commit
67650f71cd
@ -117,7 +117,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
|||||||
)
|
)
|
||||||
docker.wait_until_succeeds("curl -f http://localhost:8000/")
|
docker.wait_until_succeeds("curl -f http://localhost:8000/")
|
||||||
docker.succeed(
|
docker.succeed(
|
||||||
"docker rm --force nginx", "docker rmi '${examples.nginx.imageName}'",
|
"docker rm --force nginx",
|
||||||
|
"docker rmi '${examples.nginx.imageName}'",
|
||||||
)
|
)
|
||||||
|
|
||||||
with subtest("A pulled image can be used as base image"):
|
with subtest("A pulled image can be used as base image"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user