Skip to content

Swift for use in the Deis@HeheCloud open source PaaS.

Notifications You must be signed in to change notification settings

HeheCloud/deis-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deis Swift

Swift for use in the Deis@HeheCloud open source PaaS.

Please add any issues you find with this software to the Project.

Usage

$ docker build -t hehecloud/deis-swift .
$ docker run --name deis-swift-data -v /srv alpine:3.2 /bin/true
$ docker run --name deis-swift \
  --rm -it \
  --hostname deis-swift \
  -e "SWIFT_USER_PASSWORD=123456" \
  -p 8888:8080 \
  --volumes-from deis-swift-data \
  hehecloud/deis-swift

Additional Resources

About

Swift for use in the Deis@HeheCloud open source PaaS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published