Skip to content
New issue

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

Unable to find image 'curtis/swift-onlyone' #7

Open
drozzy opened this issue Feb 7, 2017 · 2 comments
Open

Unable to find image 'curtis/swift-onlyone' #7

drozzy opened this issue Feb 7, 2017 · 2 comments

Comments

@drozzy
Copy link

drozzy commented Feb 7, 2017

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?

@ccollicutt
Copy link
Owner

ccollicutt commented Feb 8, 2017

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!

@MyWay
Copy link

MyWay commented Jun 24, 2018

Could you please add instructions for building the image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants