pfelk / docker

Deploy pfelk with docker-compose
Apache License 2.0
57 stars 20 forks source link

Docker installation error #46

Open jackspiering opened 1 year ago

jackspiering commented 1 year ago

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):

a3ilson commented 1 year ago

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