Cannot connect to the Docker daemonCannot connect to the Docker daemon
The Docker client cannot communicate with the Docker daemon process.
Error: invalid IPC modeAn invalid IPC (Inter-Process Communication) mode was specified.
The --ipc flag value is not valid. Valid values are: none, private, shareable, host, or container:id. An invalid mode or referencing a non-existent container ID causes this error.
Use a valid IPC mode: --ipc=host (share host IPC), --ipc=shareable, or --ipc=container:id. For most applications, the default IPC mode is sufficient. Only use host IPC when shared memory is required.
Cannot connect to the Docker daemonThe Docker client cannot communicate with the Docker daemon process.
Error: volume is in useThe Docker volume cannot be removed because it is still mounted by a container.
Exit Code 2The container process exited due to a misuse of a shell command.
Error: port is already allocatedThe host port you are trying to bind is already in use by another process or container.
Exit Code 0The container process exited successfully with no errors.
Exit Code 137The container was killed with SIGKILL (signal 9), commonly due to out-of-memory (OOM) conditions.