OpenStack's Swift Object Store in a container.
941
This image has the dependencies for running OpenStack's Swift. It is based on the Swift All-in-One.
Start a proxy in a container:
docker run -dt \
--name swift-node \
--net=host \
-e SWIFT_DAEMON=PROXY \
-e IP=<???> \
-e PORT=<???> \
-v /etc/swift:/etc/swift \
michaelsevilla/swiftdev
This is part of a larger deploy framework called infra.
Content type
Image
Digest
Size
242.7 MB
Last updated
over 10 years ago
docker pull michaelsevilla/swiftdev