File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,12 @@ More [examples](https://github.com/scaleway/docker-machine-driver-scaleway/tree/
187187
188188---
189189
190- ## How to start a machine on ARM
190+ ## How to start an ARM server
191191
192- To launch a machine on ARM, we need to start a server with the image docker of Scaleway and overload the install script of Docker to do nothing
192+ To launch a an ARM server, you need to start a server with our Docker Image, and use an empty install script.
193193
194194``` console
195- $ curl -sL http://bit.ly/1sf3j8V # the install script of docker will be overloaded with that, which does nothing
195+ $ curl -sL http://bit.ly/1sf3j8V
196196#!/bin/sh
197197
198198exit 0
@@ -218,7 +218,7 @@ To see how to connect your Docker Client to the Docker Engine running on this vi
218218
219219$ eval $( docker-machine env arm-machine) # arm-machine is now activated
220220
221- $ docker run -it --rm multiarch/ubuntu-core:amd64 -xenial # test an ARM container
221+ $ docker run -it --rm multiarch/ubuntu-core:armhf -xenial # test an ARM container
222222Unable to find image 'multiarch/ubuntu-core:armhf-xenial' locally
223223armhf-xenial: Pulling from multiarch/ubuntu-core
2242249d12e3a67364: Pull complete
You can’t perform that action at this time.
0 commit comments