Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 289 Bytes

local-node-raspbian-docker.md

File metadata and controls

20 lines (16 loc) · 289 Bytes

Local node raspbian docker

Get Docker

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh

Verify

$ docker version
$ sudo docker info
$ sudo docker run hello-world

Create Network "Master"

$ sudo docker network create -d bridge master