Skip to content

janeczku/docker-shipyard-armv7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://github.com/raw/janeczku/docker-shipyard-armv7/master/deploy.sh | bash -s

For full usage details:

curl -s https://github.com/raw/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://github.com/raw/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

About

🐳 Shipyard Docker management for Raspberry Pi 2 / Scaleway C1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published