1
Raspberry PI / PI-3 + DVBSky S960 V2 USB Box
« on: March 11, 2022, 13:08:51 »
Docker funktioniert jetzt im unstable - Danke.
Gruß, R.
Gruß, R.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Step 4/6 : RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y make git-core software-properties-common locales locales-all
---> Running in f2f8f47f6b5b
runtime "io.containerd.runc.v2" binary not installed "containerd-shim-runc-v2": file does not exist: unknown
uname -m | grep -q armv7l && sed "s|FROM .*|FROM arm32v7/debian:buster|" -i Dockerfile
MAINTAINER MLD Team <team@minidvblinux.de>
ARG DEBIAN_FRONTEND=noninteractive
# update und core Pakete installieren
RUN apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install -y \
make git-core software-properties-common locales locales-all
# MLD Pakete holen
RUN git clone http://minidvblinux.de/git-5/MLD.git MLD \
&& cd MLD \
&& echo ”.SILENT:\nDISTRI_VER = 5.5” > Makefile.config \
&& make checkout_base
# MLD Paket Abhängigkeiten installieren
RUN cd MLD \
&& apt-get install -y $(make deps)
--------------------------------------------------------------------------------------docker build -t mld/devel:5.5 /root/devel
Ausgabe: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?/etc/init.d/docker restart
Stopping docker
/etc/init.d/docker: line 32: cgroupfs-umount: Too many levels of symbolic links failed
Starting docker
/etc/init.d/docker: line 32: cgroupfs-mount: Too many levels of symbolic links done