Sign inSign up

lnsp/spirala

By lnsp

Updated over 8 years ago

Private cloud platform based on Docker Swarm

Image
0

1.0K

lnsp/spirala repository overview

Spirala

This is the repository of the Spirala Project, a self-hosted private cloud platform based on Docker Swarm. It was created to replace easy-to-use systems like Dokku that cannot be used for Docker Swarm. The release target is to provide a fully integrated private cloud using only Open-Source components.

Roadmap

  • Display information from Docker Client
  • Allow use of SSL certificates
  • Create and edit Docker components
  • Use Stack templates for easy service creation
  • Add workflow interface to allow visual infrastructure composition

Installation

Before you run the platform on your Docker host, you should be sure of the following things.

  • your host is part of a Docker Swarm
  • your host has the role Manager

You can then just run the following script on your host.

docker run -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 lnsp/spirala /go/bin/spirala --endpoint unix:///var/run/docker.sock

You can now open your browser and point it to http://localhost:8080!

The Spirala project is developed by the Spirala community and administrated by the Spirala maintainers. The logo credits go to Simon Martin from the Noun Project for his beautiful Penrose Pentagon.

Tag summary

Content type

Image

Digest

Size

267.7 MB

Last updated

over 8 years ago

docker pull lnsp/spirala