gnu: docker: Fix indentation.
* gnu/packages/docker.scm (docker): Fix indentation using Emacs.
This commit is contained in:
parent
7a31d93a61
commit
c627932639
|
@ -415,13 +415,13 @@ built-in registry server of Docker.")
|
||||||
(substitute-Command "tune2fs" "e2fsprogs" "/sbin/tune2fs")
|
(substitute-Command "tune2fs" "e2fsprogs" "/sbin/tune2fs")
|
||||||
(substitute-Command "blkid" "util-linux" "/sbin/blkid")
|
(substitute-Command "blkid" "util-linux" "/sbin/blkid")
|
||||||
(substitute-Command "resize2fs" "e2fsprogs" "/sbin/resize2fs")
|
(substitute-Command "resize2fs" "e2fsprogs" "/sbin/resize2fs")
|
||||||
; docker-mountfrom ??
|
;; docker-mountfrom ??
|
||||||
; docker
|
;; docker
|
||||||
; docker-untar ??
|
;; docker-untar ??
|
||||||
; docker-applyLayer ??
|
;; docker-applyLayer ??
|
||||||
; /usr/bin/uname
|
;; /usr/bin/uname
|
||||||
; grep
|
;; grep
|
||||||
; apparmor_parser
|
;; apparmor_parser
|
||||||
(substitute-Command "ps" "procps" "/bin/ps")
|
(substitute-Command "ps" "procps" "/bin/ps")
|
||||||
(substitute-Command "losetup" "util-linux" "/sbin/losetup")
|
(substitute-Command "losetup" "util-linux" "/sbin/losetup")
|
||||||
(substitute-Command "uname" "coreutils" "/bin/uname")
|
(substitute-Command "uname" "coreutils" "/bin/uname")
|
||||||
|
|
Loading…
Reference in New Issue