If the following error occurred, when executing the start container command lico-control run:

    docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "python3": executable file not found in $PATH: unknown.
    docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "python3": executable file not found in $PATH: unknown.
    docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "python3": executable file not found in $PATH: unknown.

Solution:

  • Step 1: Modify Dockerfile
  • Add a line
    RUN dnf install -y python36
    After
    RUN dnf install -y epel-release
  • Step 2: Rebuild the LiCO image
  • ./build.sh
  • Step 3: Run container
  • lico-control run