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/
187
187
188
188
---
189
189
190
- ## How to start a machine on ARM
190
+ ## How to start an ARM server
191
191
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.
193
193
194
194
``` 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
196
196
#!/bin/sh
197
197
198
198
exit 0
@@ -218,7 +218,7 @@ To see how to connect your Docker Client to the Docker Engine running on this vi
218
218
219
219
$ eval $( docker-machine env arm-machine) # arm-machine is now activated
220
220
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
222
222
Unable to find image 'multiarch/ubuntu-core:armhf-xenial' locally
223
223
armhf-xenial: Pulling from multiarch/ubuntu-core
224
224
9d12e3a67364: Pull complete
You can’t perform that action at this time.
0 commit comments