Sign inSign up

michaelsevilla/swiftdev

By michaelsevilla

Updated over 10 years ago

OpenStack's Swift Object Store in a container.

Image
0

941

michaelsevilla/swiftdev repository overview

This image has the dependencies for running OpenStack's Swift. It is based on the Swift All-in-One.

Quickstart

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.

Tag summary

Content type

Image

Digest

Size

242.7 MB

Last updated

over 10 years ago

docker pull michaelsevilla/swiftdev