[GH-ISSUE #14] pve enable lxc docker ?? #11

Closed
opened 2026-02-27 01:57:21 +03:00 by kerem · 2 comments
Owner

Originally created by @JOduMonT on GitHub (Jun 8, 2019).
Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/14

Hi again;

on which version of proxmox you use this script (pve-enable-lxc-docker.sh) ?
I don't doubt those manipulation was effective before but on a Proxmox 5.4-6
I simply install docker without aufs and bingo it's working out of the box inside a standard unprivileged debian container

apt-get install -y \
  apt-transport-https \
  ca-certificates curl \
  gnupg2 \
  software-properties-common

curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -

echo "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | \
  tee /etc/apt/sources.list.d/docker.list

apt update

apt-get install -y --no-install-recommends \
  containerd.io \
  cgroupfs-mount \
  docker-ce docker-ce-cli \
  libltdl7 \
  git \
  pigz
Originally created by @JOduMonT on GitHub (Jun 8, 2019). Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/14 Hi again; on which version of proxmox you use this script (pve-enable-lxc-docker.sh) ? I don't doubt those manipulation was effective before but on a **Proxmox 5.4-6** I simply install docker without aufs and bingo **it's working out of the box inside a standard unprivileged debian container** ``` apt-get install -y \ apt-transport-https \ ca-certificates curl \ gnupg2 \ software-properties-common curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - echo "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | \ tee /etc/apt/sources.list.d/docker.list apt update apt-get install -y --no-install-recommends \ containerd.io \ cgroupfs-mount \ docker-ce docker-ce-cli \ libltdl7 \ git \ pigz ```
kerem closed this issue 2026-02-27 01:57:21 +03:00
Author
Owner

@extremeshok commented on GitHub (Jun 9, 2019):

Use xshok-ubuntu-docker-host.sh script to setup a perfect docker on KVM/quemu

https://github.com/extremeshok/xshok-docker

<!-- gh-comment-id:500234061 --> @extremeshok commented on GitHub (Jun 9, 2019): Use xshok-ubuntu-docker-host.sh script to setup a perfect docker on KVM/quemu https://github.com/extremeshok/xshok-docker
Author
Owner

@extremeshok commented on GitHub (Jun 10, 2019):

I had it working for certain use cases from version 5.0

<!-- gh-comment-id:500321183 --> @extremeshok commented on GitHub (Jun 10, 2019): I had it working for certain use cases from version 5.0
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/xshok-proxmox#11
No description provided.