docker

  1. K

    [SOLVED] LXC + docker, containerd cannot find /lib/modules/4.15.18-9-pve

    Hi all, Been stuck on this for quite some time and looking for some feedback. I'm running Proxmox 5.2 and I currently have 6 LXC Ubuntu 18.10 containers. 1 hosts rancher, 5 others host k8s worker/etcd/controller machines. I've been using the unsecure mode outlined here...
  2. N

    Docker not working on Alpine Linux LXC

    Hello, I would like to manage docker work on an alpine LXC container. I can not launch any image. docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused \"rootfs_linux.go:58...
  3. M

    Homelab newbie advice

    Hey, I'm planning to setup a server running proxmox, but before I do, I'd like some advice for how I should arrange my disks. Today I'm running a Proliant Gen8 Microserver with 4x2TB, 1x128GB SSD drives using FreeNAS. But since I've been having trouble with FreeNAS and FreeBSD I'm looking two...
  4. C

    What's Promox's response to: Package and Run Virtual Machines as Docker Containers

    Hi, I'm running a KVM with Docker inside. To be precise it's RancherOS promising a fast and lightweight OS for Docker. This works fine. However I asked myself why not running KVM inside Docker and came accross another product: RancherVM. In this article the advantages of this concept are...
  5. K

    Making use of Local-LVM

    I have tried to understand how to make use of Local-LVM for LXC, but failing. Every time I attempt to create a new container, the only option is local as opposed to both local and local-lvm. Besides lxc, could I use local-lvm for a docker container? If so, how does one point a docker container...
  6. K

    Ideal LVM setup?

    I forgot about the easy of use of Proxmox when I was looking to make my laptop into a virtual host. I was getting ready to install PM5 when I started to wonder about how to optimally setup my 2TB SATA drive.
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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)...
  14. 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?