All Projects → Dataman-Cloud → Crane

Dataman-Cloud / Crane

Licence: apache-2.0
Yet another control plane based on docker built-in swarmkit

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Crane

laracom
laracom driven by go micro services
Stars: ✭ 37 (-94.97%)
Mutual labels:  swarm
Mine With Docker
Mine cryptocurrencies with Docker containers and get paid in Bitcoin (BTC)
Stars: ✭ 281 (-61.77%)
Mutual labels:  swarm
Docker practice
Learn and understand Docker technologies, with real DevOps practice!
Stars: ✭ 19,768 (+2589.52%)
Mutual labels:  swarm
SWARM
Profit Switching Mining Administrator For HiveOS/Linux & Windows: HiveOS Integrated
Stars: ✭ 66 (-91.02%)
Mutual labels:  swarm
Netshoot
a Docker + Kubernetes network trouble-shooting swiss-army container
Stars: ✭ 3,709 (+404.63%)
Mutual labels:  swarm
Dockercheatsheet
🐋 Docker Cheat Sheet 🐋
Stars: ✭ 3,301 (+349.12%)
Mutual labels:  swarm
kaabah
A Terraform solution to design, build and operate Docker Swarm infrastructures
Stars: ✭ 29 (-96.05%)
Mutual labels:  swarm
Fn
The container native, cloud agnostic serverless platform.
Stars: ✭ 5,046 (+586.53%)
Mutual labels:  swarm
Cabal Core
Core database and replication for cabal.
Stars: ✭ 258 (-64.9%)
Mutual labels:  swarm
Dogvscat
Sample Docker Swarm cluster stack of tools
Stars: ✭ 377 (-48.71%)
Mutual labels:  swarm
harbor-master
🛥️ Harbor Master is a Docker Remote API client written in Node.js
Stars: ✭ 56 (-92.38%)
Mutual labels:  swarm
hyperhealth
Monitor the health of a hyperfeed (hypercore or hyperdrive), including peer count and peer mirror percentages.
Stars: ✭ 38 (-94.83%)
Mutual labels:  swarm
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+373.2%)
Mutual labels:  swarm
Swarm-Formation
Distributed Swarm Trajectory Optimization for Formation Flight in Dense Environments
Stars: ✭ 31 (-95.78%)
Mutual labels:  swarm
Swarm
swarm docs
Stars: ✭ 403 (-45.17%)
Mutual labels:  swarm
LilSholex
A project containing web apps and Telegram API bots.
Stars: ✭ 32 (-95.65%)
Mutual labels:  swarm
Time2code
Portable Scalable web code editor to integrate into your sites and learning experiences
Stars: ✭ 294 (-60%)
Mutual labels:  swarm
Diun
Receive notifications when an image is updated on a Docker registry
Stars: ✭ 704 (-4.22%)
Mutual labels:  swarm
Swarm Cronjob
Create jobs on a time-based schedule on Docker Swarm
Stars: ✭ 405 (-44.9%)
Mutual labels:  swarm
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (-49.25%)
Mutual labels:  swarm

Crane

Join the chat at https://gitter.im/Dataman-Cloud/crane Build Status Go Report Card codecov

Crane

Crane, maintained by dataman-cloud, is a docker control panel based on latest docker release. Besides swarm features, Crane implements some badly needed functionalities by enterprise user, such as private registries authentication, ACL and application DAB(distributed application bundle) sharing. The smart fuzzy search function give user quickly access to the desired page. Crane can help storing registry auth pair, from where you can choose a predefined registry auth pair when deploying a DAB, without the need to docker login when access private image. Crane can also help sharing your private images with your coworkers easily.

Features

  • Swarm features: Portal every feature of swarm almost. Crane has highlighted the common swarm functions and improved the user experiences through the friendly frontend.
  • Stack Templates Management: User can save a running stack as a template, by which others can deploy repeatly.
  • Image Management: The private image owned by user can be publiced to others.
  • Fuzzy Search: A in-memory index maintained by the backend serves the function.
  • Node Operation: Crane details about a node such as kernel version, docker info, docker images and also containers running on the node.
  • Network Management: The overlay network CRUD.
  • Registries Authentication Management: You can save your private registry username/password pair to Crane, with which a to-be-deployed stack with restricted image access can attach.
  • WebSSH: Command 'docker exec' is the magic behind it.

OS supported

  • Ubuntu 12.04 Server
  • Ubuntu 14.04 Server
  • CentOS 7.X
  • MacOS 10.x

Installation

Prerequisites

Option 1: Stable version in one line

Please read the release/v1.0.6/README.md

Option 2: development workflow from docker build

  • build crane image
$ ./bin/build-push-or-up.sh build
  • tips to get real host ip based on eth0 interface:

ip addr s eth0 |grep "inet "|awk '{print $2}' |awk -F "/" '{print $1}'
  • docker-compose up crame service
$ CRANE_IP=`<your real host ip,such as 192.168.1.x>` ./bin/build-push-or-up.sh up
  • remove crane container
$ ./bin/build-push-or-up.sh down

CRANE_IP should be assigned the real host ip address of the running Crane host which is the swarm manager also.

How to use it

Demo Crane

Build From Source

Clone crane in GoPath

> mkdir -p ${GOPATH}/src/github.com/Dataman-Cloud
> cd ${GOPATH}/src/github.com/Dataman-Cloud
> git clone https://github.com/Dataman-Cloud/crane.git crane

And make sure you have go (>= 1.6) go into the crane dir

> make

Please click Crane User Guide in Chinese for more details.

Conventions

repo branch

  • master: actively moving foward. PR will be merged into this master branch.
  • release: Released versions. Tagged commits or hotfix PR will be pushed here. Maintained by the repo owners.

Trouble-shooting

Community

Gitter

Wechat group: 数人云Crane技术交流群

Contribution

Both pull-requests or issues are welcomed from the community.

License

Crane is available under the Apache 2 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].