Not able to navigate inside chirpstack docker container

Hi,

When I am trying to navigate inside the chirpstack docker “chirpstack-docker_chirpstack_1” using the command “docker exec -it chirpstack-docker_chirpstack_1 bash” getting the error message - “OCI runtime exec failed: exec failed: unable to start container process: exec: “bash”: executable file not found in $PATH: unknown”. Even I tried using the docker container ID instead of the container name, but it didn’t work.
But I can navigate into other docker containers which are non-related to chirpstack.
Can you please help me to figure it out?

Thank You.

The ChirpStack Docker image does not contain bash, you could try sh instead.