Skip to content

Commit f27a733

Browse files
committed
Update README.md
1 parent 4108684 commit f27a733

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

198198
exit 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
222222
Unable to find image 'multiarch/ubuntu-core:armhf-xenial' locally
223223
armhf-xenial: Pulling from multiarch/ubuntu-core
224224
9d12e3a67364: Pull complete

0 commit comments

Comments
 (0)