We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I don't know if the tutorial was meant to be also Windows friendly but i got this error when running
docker rm $(docker ps -a -q -f status=exited)
Return:
unknown shorthand flag: 'a' in -a See 'docker rm --help'.
And also i assume the part about stopping the container before removing it was ommitted but it is an other issue.
The text was updated successfully, but these errors were encountered:
Same here. Seems the -a flag is depreciated?
Sorry, something went wrong.
Nevermind, try running it in Git Bash! @Fantarina
No branches or pull requests
Hello I don't know if the tutorial was meant to be also Windows friendly but i got this error when running
docker rm $(docker ps -a -q -f status=exited)
Return:
And also i assume the part about stopping the container before removing it was ommitted but it is an other issue.
The text was updated successfully, but these errors were encountered: