docker

  1. R

    Possible to use btrfs inside container (not on host)?

    Hi there, I have been searching the internet for a couple of hours now and so far come up empty handed. I would like to create some containers and use Docker in them. I have this working by tweaking the /etc/pve/lxc/CTID.conf for the containers like so: lxc.aa_profile: unconfined...
  2. L

    Sharing Necessary Hardware with LXC and VM

    30 year computer guy has spent weeks playing and reading the fine manual and still has virtualization questions for people a whole lot smarter than I am: Short version - I need help sharing hardware (details below): ZFS to containers, Optical drives to any guest os (VM or LXC), dogging down...
  3. J

    Ran docker with namespace mapping in LXC encountered permission error

    Hi, Everyone I'm able to run docker container already, but recently, to avoid the security issue(http: docs.docker.com/engine/security/security/), I created a mapping user "dockremap" and add "--userns-remap=default" to the docker daemon, but now I'm experiencing permission issue, the error...
  4. E

    Change Proxmox Default Container Configs?

    Hi there, is it possible to change the default LXC container configs so that they support docker? I can go into each container manually but I create a lot of containers so is it possible to do so? Currently I do this: cd /etc/pve/lxc nano 100.conf Then I add these lines: lxc.aa_profile...
  5. N

    docker:write ... no space left on device

    I am using docker , directly on Debian host. Just run out of space docker: write /var/lib/docker/tmp/GetImageBlob955378987: no space left on device. What can eat my root , it is pretty fresh install root@pve:~/docker# df -kh Filesystem Size Used Avail Use% Mounted on udev...
  6. T

    Docker and Proxmox side-by-side

    Hello, I've currenty setup another proxmox instance, which has some special needs. Since we have heterogenous systems (existing containers) and new docker(-compose) based solutions we try to get them all on one system. Therefore i installed a fresh proxmox system. The second step was to install...
  7. L

    Creating VMs automatically - ansible, vagrant, API .. ?

    Is anyone on here provisioning and configuring VMs on Proxmox, in a programmatic way? I'm hoping to get something going with vagrant, ansible, etc, and/or perhaps the Proxmox API. I have several proxmox nodes in a cluster. Specifying a KVM template, hardware specifics (disk size, VLAN id etc)...
  8. U

    Docker vs LXC

    Hello Proxmox team, Docker is a significant improvement of LXC’s capabilities. Its obvious advantages are gaining Docker a growing following of adherents. Is there a consideration in the proxmox team to replace LXC by Docker in the future?