MLD-5.x > General
[gelöst]RPi4: docker installieren
mafe68:
Na dann teste mal das Paket das Claus jetzt gebaut hat! Habe hier keinen RPi 4 mit dem ich das Testen könnte. Bei mir läuft das in Proxmox auch Docker
herrdeh:
--- Code: ---MLD> apt install docker
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
docker : Depends: libdevmapper1.02.1 (>= 1.02.155-~1) but it is not installable
E: Unable to correct problems, you have held broken packages.
MLD>
--- End code ---
Da scheint noch eins der allseits beliebten Abhängigkeitsprobleme zu sein...
Die gleiche Meldung kam beim Versuch des updates.
clausmuus:
Das Paket hatte ich zwar auch aktualisiert, aber versuch's jetzt noch mal. Ich hab's noch mal neu hochgeladen.
herrdeh:
Jetzt läßt sich der docker installieren und einen dockerd gibt es auch. Allerdings passiert - nach Neustart - folgendes:
--- Code: ---MLD> docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
MLD> dockerd
INFO[2020-07-31T20:37:21.245654580+02:00] Starting up
INFO[2020-07-31T20:37:21.262357442+02:00] libcontainerd: started new containerd process pid=3652
INFO[2020-07-31T20:37:21.263120543+02:00] parsed scheme: "unix" module=grpc
INFO[2020-07-31T20:37:21.263351225+02:00] scheme "unix" not registered, fallback to default scheme module=grpc
INFO[2020-07-31T20:37:21.263784146+02:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>} module=grpc
INFO[2020-07-31T20:37:21.264010365+02:00] ClientConn switching balancer to "pick_first" module=grpc
INFO[2020-07-31T20:37:21.475166179+02:00] starting containerd revision=7ad184331fa3e55e52b890ea95e65ba581ae3429 version=1.2.13
INFO[2020-07-31T20:37:21.478217048+02:00] loading plugin "io.containerd.content.v1.content"... type=io.containerd.content.v1
INFO[2020-07-31T20:37:21.479140536+02:00] loading plugin "io.containerd.snapshotter.v1.btrfs"... type=io.containerd.snapshotter.v1
INFO[2020-07-31T20:37:21.480603184+02:00] loading plugin "io.containerd.snapshotter.v1.aufs"... type=io.containerd.snapshotter.v1
WARN[2020-07-31T20:37:21.524677716+02:00] failed to load plugin io.containerd.snapshotter.v1.aufs error="modprobe aufs failed: "modprobe: module aufs not found in modules.dep\n": exit status 1"
INFO[2020-07-31T20:37:21.525283671+02:00] loading plugin "io.containerd.snapshotter.v1.native"... type=io.containerd.snapshotter.v1
INFO[2020-07-31T20:37:21.525735073+02:00] loading plugin "io.containerd.snapshotter.v1.overlayfs"... type=io.containerd.snapshotter.v1
INFO[2020-07-31T20:37:21.526601599+02:00] loading plugin "io.containerd.snapshotter.v1.zfs"... type=io.containerd.snapshotter.v1
INFO[2020-07-31T20:37:21.528088469+02:00] skip loading plugin "io.containerd.snapshotter.v1.zfs"... type=io.containerd.snapshotter.v1
INFO[2020-07-31T20:37:21.528258522+02:00] loading plugin "io.containerd.metadata.v1.bolt"... type=io.containerd.metadata.v1
WARN[2020-07-31T20:37:21.528448501+02:00] could not use snapshotter zfs in metadata plugin error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin"
WARN[2020-07-31T20:37:21.528580796+02:00] could not use snapshotter aufs in metadata plugin error="modprobe aufs failed: "modprobe: module aufs not found in modules.dep\n": exit status 1"
INFO[2020-07-31T20:37:21.529483636+02:00] loading plugin "io.containerd.differ.v1.walking"... type=io.containerd.differ.v1
INFO[2020-07-31T20:37:21.529678782+02:00] loading plugin "io.containerd.gc.v1.scheduler"... type=io.containerd.gc.v1
INFO[2020-07-31T20:37:21.530022778+02:00] loading plugin "io.containerd.service.v1.containers-service"... type=io.containerd.service.v1
INFO[2020-07-31T20:37:21.530176368+02:00] loading plugin "io.containerd.service.v1.content-service"... type=io.containerd.service.v1
INFO[2020-07-31T20:37:21.531264762+02:00] loading plugin "io.containerd.service.v1.diff-service"... type=io.containerd.service.v1
INFO[2020-07-31T20:37:21.531614350+02:00] loading plugin "io.containerd.service.v1.images-service"... type=io.containerd.service.v1
INFO[2020-07-31T20:37:21.531998475+02:00] loading plugin "io.containerd.service.v1.leases-service"... type=io.containerd.service.v1
INFO[2020-07-31T20:37:21.532362785+02:00] loading plugin "io.containerd.service.v1.namespaces-service"... type=io.containerd.service.v1
INFO[2020-07-31T20:37:21.532710688+02:00] loading plugin "io.containerd.service.v1.snapshots-service"... type=io.containerd.service.v1
INFO[2020-07-31T20:37:21.533037554+02:00] loading plugin "io.containerd.runtime.v1.linux"... type=io.containerd.runtime.v1
INFO[2020-07-31T20:37:21.533865395+02:00] loading plugin "io.containerd.runtime.v2.task"... type=io.containerd.runtime.v2
INFO[2020-07-31T20:37:21.534576127+02:00] loading plugin "io.containerd.monitor.v1.cgroups"... type=io.containerd.monitor.v1
INFO[2020-07-31T20:37:21.538533540+02:00] loading plugin "io.containerd.service.v1.tasks-service"... type=io.containerd.service.v1
INFO[2020-07-31T20:37:21.538902776+02:00] loading plugin "io.containerd.internal.v1.restart"... type=io.containerd.internal.v1
INFO[2020-07-31T20:37:21.539278456+02:00] loading plugin "io.containerd.grpc.v1.containers"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.539418806+02:00] loading plugin "io.containerd.grpc.v1.content"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.539549990+02:00] loading plugin "io.containerd.grpc.v1.diff"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.539672285+02:00] loading plugin "io.containerd.grpc.v1.events"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.539792987+02:00] loading plugin "io.containerd.grpc.v1.healthcheck"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.539917448+02:00] loading plugin "io.containerd.grpc.v1.images"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.540040484+02:00] loading plugin "io.containerd.grpc.v1.leases"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.540160593+02:00] loading plugin "io.containerd.grpc.v1.namespaces"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.540279814+02:00] loading plugin "io.containerd.internal.v1.opt"... type=io.containerd.internal.v1
INFO[2020-07-31T20:37:21.540602476+02:00] loading plugin "io.containerd.grpc.v1.snapshots"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.540746826+02:00] loading plugin "io.containerd.grpc.v1.tasks"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.540873492+02:00] loading plugin "io.containerd.grpc.v1.version"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.541042489+02:00] loading plugin "io.containerd.grpc.v1.introspection"... type=io.containerd.grpc.v1
INFO[2020-07-31T20:37:21.542639543+02:00] serving... address="/var/run/docker/containerd/containerd-debug.sock"
INFO[2020-07-31T20:37:21.543006113+02:00] serving... address="/var/run/docker/containerd/containerd.sock"
INFO[2020-07-31T20:37:21.543172944+02:00] containerd successfully booted in 0.070919s
INFO[2020-07-31T20:37:21.590236956+02:00] parsed scheme: "unix" module=grpc
INFO[2020-07-31T20:37:21.590478601+02:00] scheme "unix" not registered, fallback to default scheme module=grpc
INFO[2020-07-31T20:37:21.590639507+02:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>} module=grpc
INFO[2020-07-31T20:37:21.590961428+02:00] ClientConn switching balancer to "pick_first" module=grpc
INFO[2020-07-31T20:37:21.595541815+02:00] parsed scheme: "unix" module=grpc
INFO[2020-07-31T20:37:21.595690387+02:00] scheme "unix" not registered, fallback to default scheme module=grpc
INFO[2020-07-31T20:37:21.595859403+02:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 <nil>}] <nil>} module=grpc
INFO[2020-07-31T20:37:21.596027920+02:00] ClientConn switching balancer to "pick_first" module=grpc
WARN[2020-07-31T20:37:21.732254539+02:00] Your kernel does not support cgroup memory limit
WARN[2020-07-31T20:37:21.732464277+02:00] Your kernel does not support cgroup cfs period
WARN[2020-07-31T20:37:21.732607516+02:00] Your kernel does not support cgroup cfs quotas
WARN[2020-07-31T20:37:21.732805569+02:00] Your kernel does not support cgroup rt period
WARN[2020-07-31T20:37:21.732964289+02:00] Your kernel does not support cgroup rt runtime
WARN[2020-07-31T20:37:21.733358747+02:00] Your kernel does not support cgroup blkio weight
WARN[2020-07-31T20:37:21.733626077+02:00] Your kernel does not support cgroup blkio weight_device
INFO[2020-07-31T20:37:21.735440239+02:00] Loading containers: start.
WARN[2020-07-31T20:37:21.737823523+02:00] Failed to find iptables: exec: "iptables": executable file not found in $PATH
INFO[2020-07-31T20:37:21.747129164+02:00] stopping event stream following graceful shutdown error="<nil>" module=libcontainerd namespace=moby
INFO[2020-07-31T20:37:21.749375339+02:00] stopping healthcheck following graceful shutdown module=libcontainerd
INFO[2020-07-31T20:37:21.749876055+02:00] stopping event stream following graceful shutdown error="context canceled" module=libcontainerd namespace=plugins.moby
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: Iptables not found
--- End code ---
gr4vity:
--- Code: ---apt install iptables
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version