I am using MacOS(v14.0) and I tried to perform the following command to run my image:
docker run --rm -ti -p 5900:5900 gui:latest
This is the error I received :
docker: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5900 -> 0.0.0.0:0: listen tcp 0.0.0.0:5900: bind: address already in use.
ERRO[0000] error waiting for container:
I am now receiving another error : 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: "/entrypoint.sh": permission denied: unknown.