Template:UbuntuXenial-Armhf-Install-Docker/zh

From FriendlyELEC WiKi
Jump to: navigation, search

1 Docker在armhf系统下的安装与使用

1.1 安装 Docker

执行下列命令:

sudo apt-get update
sudo apt-get install docker.io

1.2 测试 Docker

执行下列命令运行一个简单的docker image:

git clone https://github.com/friendlyarm/debian-jessie-arm-docker
cd debian-jessie-arm-docker
./rebuild-image.sh
./run.sh