Open Fantarina opened 10 months ago
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.
Same here. Seems the -a flag is depreciated?
Nevermind, try running it in Git Bash! @Fantarina
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.