Giter Club home page Giter Club logo

docker-shipyard-armv7's Introduction

Shipyard for the armhf (ARMv7) platform

This repository provides the janeczku/shipyard-armv7 image of the Shipyard Docker management controller.

It also provides a deploy script adopted for ARMv7 platform by replacing the following Docker images:

  • alpine => scaleway/alpine
  • swarm => hypriot/rpi-swarm
  • microbox/etcd => janeczku/etcd-armv7
  • rethinkdb => modul8com/rethinkdb-armv7-rpi2
  • ehazlett/docker-proxy => janeczku/docker-proxy-armv7
  • ehazlett/curl => janeczku/curl-armv7
  • shipyard/shipyard => janeczku/shipyard-armv7

Quick Start

Setup the master controller

This will deploy a Shipyard master on the host.

Once deployed, the script will output the URL to connect along with credential information.

Note: The target host must already have the Docker engine installed

curl -s https://raw.githubusercontent.com/janeczku/docker-shipyard-armv7/master/deploy.sh | bash -s

For full usage details:

curl -s https://raw.githubusercontent.com/janeczku/docker-shipyard-armv7/master/deploy.sh | bash -s -- -h

Adding a Node

To add additional nodes to the Swarm cluster, you can use this script again by specifying node for the ACTION. For example, if the IP of your initial node is 10.0.0.10 you can add a node by running the following:

curl -sSL https://raw.githubusercontent.com/janeczku/docker-shipyard-armv7/master/deploy.sh | ACTION=node DISCOVERY=etcd://10.0.1.10:4001 bash -s

Documentation

Full docs are available at http://shipyard-project.com

docker-shipyard-armv7's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.