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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The "--pull" option seems to be officially documented:
https://docs.docker.com/engine/reference/commandline/run/#options
...but is not available on older versions of Docker
The first release where it's implemented is 20.10, currently the last one.
docker/cli#1498 (comment)
Maybe a fall-back option can be documented
The text was updated successfully, but these errors were encountered:
what would be the other option? two commands? pull and then run?
Sorry, something went wrong.
Exactly that
docker pull oegdataintegration/gtfs-bench docker run -itv "$(pwd)":/output oegdataintegration/gtfs-bench
okey!
No branches or pull requests
The "--pull" option seems to be officially documented:
https://docs.docker.com/engine/reference/commandline/run/#options
...but is not available on older versions of Docker
The first release where it's implemented is 20.10, currently the last one.
docker/cli#1498 (comment)
Maybe a fall-back option can be documented
The text was updated successfully, but these errors were encountered: