docker-swift-onlyone icon indicating copy to clipboard operation
docker-swift-onlyone copied to clipboard

Unable to find image 'curtis/swift-onlyone'

Open drozzy opened this issue 8 years ago • 2 comments

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:

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?

drozzy avatar Feb 07 '17 00:02 drozzy

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.

I will fix this tomorrow. My apologies!

ccollicutt avatar Feb 08 '17 02:02 ccollicutt

Could you please add instructions for building the image?

MyWay avatar Jun 24 '18 21:06 MyWay