NoPaste

Ausführen von $ sudo sh get-docker.sh

von debiankaios

SNIPPET_TEXT:
  1. $ sudo sh get-docker.sh
  2. # Executing docker install script, commit: 4f282167c425347a931ccfd95cc91fab041d414f
  3. Warning: the "docker" command appears to already exist on this system.
  4.  
  5. If you already have Docker installed, this script can cause trouble, which is
  6. why we're displaying this warning and provide the opportunity to cancel the
  7. installation.
  8.  
  9. If you installed the current Docker package using this script and are using it
  10. again to update Docker, you can safely ignore this message.
  11.  
  12. You may press Ctrl+C now to abort this script.
  13. + sleep 20
  14. + sh -c apt-get update -qq >/dev/null
  15. + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
  16. + sh -c mkdir -p /etc/apt/keyrings && chmod -R 0755 /etc/apt/keyrings
  17. + sh -c curl -fsSL "https://download.docker.com/linux/debian/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg
  18. + sh -c chmod a+r /etc/apt/keyrings/docker.gpg
  19. + sh -c echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bullseye stable" > /etc/apt/sources.list.d/docker.list
  20. + sh -c apt-get update -qq >/dev/null
  21. + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-scan-plugin >/dev/null
  22. + version_gte 20.10
  23. + [ -z  ]
  24. + return 0
  25. + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce-rootless-extras >/dev/null
  26. E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN