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
I successfully downloaded docker (docker run "hello world" works fine).
Also, I pulled and built the docker-for-data-science image and built it. under "docker images" is listed
`docker4data/predict_api prod-1.0.1 c71ce585e7b7 28 minutes ago 1.33GB
docker4data/talkvoter prod-1.0.1 f8791766e5ec 29 minutes ago 955MB ` However, whichever method I use to run the image, I get "unable to find image".
docker run docker4data/predict_api OR docker run predict_api.
I am sure that there is something simple that I am missing. Very new to docker.
Thank You Tom
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I successfully downloaded docker (docker run "hello world" works fine).
Also, I pulled and built the docker-for-data-science image and built it. under "docker images" is listed
`docker4data/predict_api prod-1.0.1 c71ce585e7b7 28 minutes ago 1.33GB
docker4data/talkvoter prod-1.0.1 f8791766e5ec 29 minutes ago 955MB
`
However, whichever method I use to run the image, I get "unable to find image".
docker run docker4data/predict_api
OR
docker run predict_api.
I am sure that there is something simple that I am missing. Very new to docker.
Thank You
Tom
The text was updated successfully, but these errors were encountered: