leeroybrun / glacier-vault-remove

Remove all archives stored inside an Amazon Glacier vault, even if you have a huge number of them.
379 stars 50 forks source link

Remove invalid '-D' 'docker run' argument #48

Closed jalessio closed 4 years ago

jalessio commented 4 years ago

According to the Docker run reference documentation, -D is not a valid argument for docker run.

I am noting that there is a lowercase -d argument, but it's not clear to me if that's what is intended here so I'm proposing just removing the invalid argument from the documentation for this project.

leeroybrun commented 4 years ago

Thank you for pointing this out. I replaced the -D argument by -d, as this is used to run the container in detached mode and to automatically stop the container once the command has finished executing.