You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is probably very silly, but I'm not familiar with docker. I just have it installed, and want to spin up a swift service to connect to from python.
When following your instructions, after running the second command:
Unable to find image 'curtis/swift-onlyone:latest' locally
docker: Error response from daemon: repository curtis-swift-onlyone not found: does not exist or no pull access.
Any tips?
The text was updated successfully, but these errors were encountered:
Sorry that looks like bad documentation on my part. I believe I am assuming you have created the swift-only-one docker image already locally, and in my case the image was named "curtis/..." so you could create your own image based on the Dockerfile in this repo and then setup your volume.
My question is probably very silly, but I'm not familiar with docker. I just have it installed, and want to spin up a swift service to connect to from python.
When following your instructions, after running the second command:
ID=$(docker run --name onlyone --hostname onlyone -d -p 12345:8080 --volumes-from SWIFT_DATA -t curtis/swift-onlyone)
I get the following response from docker:
Any tips?
The text was updated successfully, but these errors were encountered: