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
Thanks for creating this project. I just came across it and was eager trying it out, installed it and wondered why the output on my terminal was:
$ dstp
"docker container stop" requires at least 1 argument.
See 'docker container stop --help'.
Usage: docker container stop [OPTIONS] CONTAINER [CONTAINER...]
Stop one or more running containers
This is because of the Docker Plugin for oh-my-zsh. It provides an alias for the Docker stop command.
Maybe this is something you'd like to mention in your README.
The text was updated successfully, but these errors were encountered:
Thanks for creating this project. I just came across it and was eager trying it out, installed it and wondered why the output on my terminal was:
This is because of the Docker Plugin for
oh-my-zsh
. It provides an alias for theDocker stop
command.Maybe this is something you'd like to mention in your README.
The text was updated successfully, but these errors were encountered: