guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: services: docker: Make docker command available.


From: guix-commits
Subject: 02/02: services: docker: Make docker command available.
Date: Mon, 14 Sep 2020 10:22:06 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8422a67dc16af4dd5eb82180463aa7a0b362d5b9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Sep 14 16:35:36 2020 +0300

    services: docker: Make docker command available.
    
    * gnu/services/docker.scm (docker-service-type): Extend the
    profile-service-type and add the docker-cli package.
---
 gnu/services/docker.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/services/docker.scm b/gnu/services/docker.scm
index 380a942..2fb2ae2 100644
--- a/gnu/services/docker.scm
+++ b/gnu/services/docker.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -133,6 +134,9 @@ loop-back communications.")
 bundles in Docker containers.")
                 (extensions
                  (list
+                  ;; Make sure the 'docker' command is available.
+                  (service-extension profile-service-type
+                                     (list docker-cli))
                   (service-extension activation-service-type
                                      %docker-activation)
                   (service-extension shepherd-root-service-type



reply via email to

[Prev in Thread] Current Thread [Next in Thread]