mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-13 21:59:55 +00:00
Adjust docker-ce package
Bring it into line with official images: remove `jq`, `sfdisk` which are not needed; we used them for disk mounting but this is down standalone. Add the tools for other filesystems, which are needed for `dm`, `btrfs`. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -66,7 +66,7 @@ services:
|
||||
- CAP_SETGID
|
||||
net: host
|
||||
- name: docker
|
||||
image: "linuxkit/docker-ce:741bf21513328f674e0cdcaa55492b0b75974e08"
|
||||
image: "linuxkit/docker-ce:a82b61b151f6d6a3606e66f284c927b4c83b50f5"
|
||||
capabilities:
|
||||
- all
|
||||
net: host
|
||||
|
Reference in New Issue
Block a user