docker: add clientOnly / docker-client

Currently the docker client is only available on non-linux platforms as `docker`,
this makes the client available on linux and other platforms as `docker-client`.

(cherry picked from commit 7233acd515546107e5902a8fef6832f4f319390c)
This commit is contained in:
zowoq
2021-06-02 09:14:21 +02:00
committed by Robert Hensing
parent bb8a5e5484
commit 32c5e04919
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -23020,6 +23020,7 @@ in
docker = docker_20_10;
docker-edge = docker_20_10;
docker-client = docker.override { clientOnly = true; };
docker-proxy = callPackage ../applications/virtualization/docker/proxy.nix { };