Open
Description
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?
Metadata
Assignees
Labels
No labels