Skylable SX Object Storage Server Latest SX sandbox
5.7K
Create a network (available in Docker >= 1.10.1):
docker network create --subnet 10.0.20.0/24 skylable
Start SX container:
docker run -d --net skylable --ip 10.0.20.10 -v /data/sx1:/var/lib/sxserver --name sxnode skylable/sx
Configure the node:
docker exec -ti sxnode /usr/sbin/sxsetup
Wait a few secs and verify the daemon has been started correctly:
docker logs sxnode
There you will also find your credentials and information on how to connect to the cluster.
Check out also our LibreS3 docker image if you want to access your cluster using the S3 protocol:
https://hub.docker.com/r/skylable/libres3/
See http://blog.skylable.com/2016/02/sx-docker-images-updated/ for more info.
Visit http://www.skylable.com for commercial support.
Content type
Image
Digest
Size
185.7 MB
Last updated
almost 10 years ago
docker pull skylable/sx