Difference between revisions of "Template:UbuntuXenial-Armhf-Install-Docker/zh"
From FriendlyELEC WiKi
(updated by API) |
(updated by API) |
||
Line 1: | Line 1: | ||
− | === | + | ===Docker在armhf系统下的安装与使用=== |
====安装 Docker==== | ====安装 Docker==== | ||
执行下列命令:<br /> | 执行下列命令:<br /> |
Latest revision as of 11:14, 17 September 2019
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