e44671200b7c /# mysql -u root -p bash
mysql: command not found
Run Code Online (Sandbox Code Playgroud)
我能够使用进入容器“mariadb”
docker exec -it e44671200b7c /bin/bash
Run Code Online (Sandbox Code Playgroud)
但我不能,我现在有这个错误
OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused "exec: \"bash\": executable file not found in $PATH": unknown
Run Code Online (Sandbox Code Playgroud)