SAIO is a containerized instance of OpenStack Swift object storage
220
SAIO is a containerized instance of OpenStack Swift object storage. It runs the core Swift services and is intended as a convenient endpoint for:
⚠️ These images are not configured for data durability and are not intended for production use.
docker pull clamparion/saio
docker run -d -p 8080:8080 clamparion/saio
swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat
s3cmd)s3cfg_saio):[default]
access_key = test:tester
secret_key = testing
host_base = localhost:8080
host_bucket = localhost:8080
use_https = False
s3cmd -c s3cfg_saio mb s3://bucket
Image tags:
latest tracks the master branch.
Tagged releases are available for version-specific testing.
Source Code: GitHub
Report Bugs: Launchpad
Maintained by: The OpenStack Swift community
Feedback / Questions: Join #openstack-swift on Freenode IRC (or check if migrated to Libera.Chat)
OpenStack Swift is released under the Apache 2.0 license.
Content type
Image
Digest
sha256:23f4bf4b5…
Size
130.9 MB
Last updated
over 1 year ago
docker pull clamparion/saio