docker

  1. peterge

    Cannot start service <container X>: Unknown runtime specified oci

    Hey, I get these errors staring a vm on Proxmox Virtual Environment 7.1-6, after upgrading fedora server from 30 to 32: ERROR: for <container X> Cannot start service <container X>: Unknown runtime specified oci ERROR: for <container X> Cannot start service <container X>: OCI runtime create...
  2. A

    VM randomly dies

    I have a VM (4 cores, 24GB ram) running Ubuntu 20.04 with pretty much only Docker installed. In the last period happened that it randomly die. The first time I got this problem was 15 days ago but all was fixed rebooting it but since today it keeps dying some time after its reboot. With "die"...
  3. K

    zfs + lxc + docker problems (i think)

    Im trying to setup nextcloud + collabora withing docker in a LXC container but i keep running in to a problem that might be a due to the lxc + zfs combo. I figured that maby someone else on these forums know how to fix this? if i install collabora in a VM instead it works fine, if i run it...
  4. I

    How to start a Docker Image within Proxmox ?

    Hello, Using Proxmox VE for quite a while with VM and LXC on 5 physical servers. Too many times, we find ourselves creating a VM or an LXC container for a single Docker application. Mainly, we are creating an additional Linux server for the sole purpose of installing docker within it and...
  5. K

    root on zfs overlayfs issue with docker (RENAME_WHITEOUT)

    Hello, I have some LXC containers with docker running inside them. Those work well with root-on-ext4, with the required changes in the .conf files. When I do the same on root-on-zfs, I get the following messages in the console: overlayfs: upper fs does not support RENAME_WHITEOUT. overlayfs...
  6. E

    Proxmox 7 + Ubuntu LXC + Docker - Error ALWAYS

    So, ive been following 4-5 different tutorials, either debian or ubuntu, and the end result is the same Process: 9210 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE) I dont know what else to do Here's my journalctl main error...
  7. H

    [SOLVED] CIFS Share und/oder Docker Container?

    Hallo! Ich möchte in meinem lxc Container ein CIFS-share und einen Docker Container laufen lassen. Leider ist es wohl so, dass man für CIFS privilegiert benötigt und für Docker unprivilegiert benötigt. Kann ich das irgendwie umgehen bzw. lösen? Error-Code: docker: Error response from daemon...
  8. G

    LXC Unprivileged enabling docker - Security risk?

    We would like to enbable nesting and keyctl for our LXC containers. Our customers demand these features so they can install and use Docker. There are (fairly old) posts suggesting this would be a security risk and we should be careful if we really want to do it as it could be possible for an...
  9. F

    Rootless Docker inside unprivileged LXC container

    Hi, Has anybody succeeded with running rootless (as ordinal user not root) Docker inside unprivileged LXC container? I followed this official guide: https://docs.docker.com/engine/security/rootless/. Installation failed with the following message:dockerd-rootless.sh[355]: [rootlesskit:parent]...
  10. C

    [SOLVED] 'docker swarm init' broke vm networking

    Firstly, I know now that my setup is not up to regs, but I'm not at a point right now where I can correct it until I'm back in some kind of working order. Explaining my issue starts with revealing my docker env is running on the host system and not in a vm. This 'hadn't' been an issue until...
  11. N

    Resource allocation for Proxmox running Ubuntu Server VM on ZFS

    I'm setting up a Proxmox VE server primarily for running an Ubuntu Server VM with several Docker services / containers for file-/media-hosting, but having the added flexibility of begin able to run additional VMs / LXC containers if required. The thought is to install Proxmox on two regular...
  12. P

    LXC bind mounting NFS mount and docker containers

    Hello, This weekend I finished configuring most of my personal server ( which is for development and fun so I don't care about security much ).. It was previously working as a nas server with Freenas and had rancher as docker host vm.. Although I wanted to have a full hypervisor with PCI-E...
  13. S

    Issue with NFS share on LXC CT and permissions

    Hi, I have a fresh installation of an ubuntu on LXC with docker. I mounted on this LXC a share NFS folder from an VM of Openmediavault like that: arch: amd64 cores: 6 features: mount=nfs,nesting=1 hostname: Docker memory: 4096 mp0: /mnt/pve/storage-docker,mp=/mnt/storage-docker net0...
  14. F

    Docker with Ubuntu LXC 20.04 template

    Been trying to run Docker inside of an Ubuntu 20.04 LXC and I keep getting this error: ERROR: for CONTAINER_NAME Cannot start service CONTAINER_NAME: AppArmor enabled on system but the docker-default profile could not be loaded: running `/sbin/apparmor_parser apparmor_parser -Kr...
  15. S

    [SOLVED] issue to install docker in ubuntu lxc

    Hi all, I would like to install docker in LXC but I still have this error in end of the installation (ubuntu or debian...): [...] TriggeredBy: * docker.socket Docs: https://docs.docker.com Process: 11536 ExecStart=/usr/bin/dockerd -H fd://...
  16. K

    latest update (2/8/21) broke docker in container?

    Hello, yesterday I just upgraded packages and noticed that docker in my LXC containers stopped working. I found out that now /proc/sys is now mounted read-only inside the container, while previously it was mounted read-write. The errors I got in the container's syslog are: Feb 9 16:38:11...
  17. D

    Debian LXC Container with Docker Fails to restore

    Hey guys, Please let me introduce myself first since this is my first post here. I have been in the IT industry for 15 years, 99% of the time on Microsoft technologies and since last year i started to delve in the Open Source world (never too late man!) So, i've got a Proxmox lab, created an...
  18. mir

    Docker under Proxmox

    I have read numerous times that people request support for Docker in Proxmox so I use some time yesterday to find a solution. The basis for the solution was this on Youtube: https://www.youtube.com/watch?v=79KiCBNbsbg I have tested his solution and it works great - I have decommissioned my home...
  19. J

    Mock API in (docker) container?

    I would like to be able to run some tests against the API for PVE (and PMG and PBS) but I don't want to have an entire instance of PVE installed. I know PVE needs its own kernel to work correctly (which cannot be guaranteed in a container) but I am not sure how much functionality is dependent on...
  20. E

    Can’t connect Docker container (Debian 10 LXC host) to external network

    I’m getting mad in this situation so I decided to write here in the forum. I’m developing a simple application with .NET Core that connect a socket to a server (industrial protocol Modbus TCP) (port 502). I’ve made some tests with different configuration but more or less the result is always...