When running the docker run command to start the adarlan/plankton image, several errors were encountered. Below are the details:
- Permission error:
ERROR 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: "/docker-entrypoint.sh": is a directory: unknown: permission denied
The error occurs when trying to start the container, indicating a permission issue with the /docker-entrypoint.sh file.

