pfelk/docker

Docker installation error

jackspiering opened this issue · 1 comments

Describe the bug
Error while deploying docker instances.

To Reproduce
Steps to reproduce the behavior:

  1. Deploy Ubuntu 22.04 as a LXC on Proxmox (unprivileged)
  2. Update all the packages and reboot
  3. Follow the steps, type docker compose up
  4. Error:

`Recreating docker-main_setup_1 ... done
Recreating docker-main_es01_1 ... error
ERROR: for docker-main_es01_1 Cannot start service es01: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting rlimits for ready process: error setting rlimit type 8: operation not permitted: unknown

ERROR: for es01 Cannot start service es01: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting rlimits for ready process: error setting rlimit type 8: operation not permitted: unknown`

Operating System (please complete the following information):

  • OS
    PRETTY_NAME="Ubuntu 22.04.2 LTS"
    NAME="Ubuntu"
    VERSION_ID="22.04"
    VERSION="22.04.2 LTS (Jammy Jellyfish)"
    VERSION_CODENAME=jammy
    ID=ubuntu
    ID_LIKE=debian
  • Version of Docker: Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.3
  • Version of Docker-Compose: docker-compose version 1.29.2, build unknown

@jackspiering - let me test and see if I can replicate this issue