Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

hypriot/arm-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arm-machine

CircleCI

This is an automated build for docker-machine on ARM. This build clones the official repo docker/machine and generates an ARMv6 binary.

Installation

You can find the DEB package for docker-machine in Hypriot's Schatzkiste. Add the repo if it isn't already added (newer versions of the HypriotOS SD image already have this entry).

Add repo

sudo apt-get update
sudo apt-get install -y apt-transport-https
echo "deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ wheezy main" | sudo tee /etc/apt/sources.list.d/hypriot.list

Install or Update

sudo apt-get update
sudo apt-get install docker-machine

Contributing

TBD