Getting panic: spanic: standard_init_linux.go:178: exec user process caused "no such file or directory"red] while running the docker image

Solved :slight_smile:

In the Dockerfile check if in the Entrypoint you start some script.

If you start these script be sure that the first line is: #!/bin/sh
Instead of: #!/bin/bash

A greeting.

5 Likes