You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Printing a message when no argument is passed does not hurt. But it's not very useful in the container, as two arguments are required in docker exec.
bes:~/devel/OTOBO/otobo (rel-10_0)$ docker exec -t otobo_web_1
"docker exec" requires at least 2 arguments.
See 'docker exec --help'.
Usage: docker exec [OPTIONS] CONTAINER COMMAND [ARG...]
Run a command in a running container
entrypoint.sh should print a sensible message when called without an argument.
The text was updated successfully, but these errors were encountered: