How to install docker-machine

How to install docker-machine

How to install docker-machine

Conclusion

Install according to the procedure described at https://github.com/docker/machine/releases/.

Concrete example

The latest version v0.16.2 as of October 10, 2020 can be downloaded from the following. https://github.com/docker/machine/releases/tag/v0.16.2

The above site describes the Linux installation procedure as follows, so you can just execute it.

$ curl -L https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-`uname -s`-`uname -m` >/tmp/docker-machine &&
    chmod +x /tmp/docker-machine &&
    sudo cp /tmp/docker-machine /usr/local/bin/docker-machine

instructions

In terms of processing content, curl gets the binary of docker-machine to / tmp, gives execute permission, and then copies it to / usr / local / bin / docker-machine. ..

If you want to copy it to / usr / bin / docker-machine, you can do as follows.

$ curl -L https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-`uname -s`-`uname -m` >/tmp/docker-machine &&
    chmod +x /usr/bin/docker-machine &&
    sudo cp /tmp/docker-machine /usr/bin/docker-machine

The processing of uname -s and uname -m automatically determines the URL of docker to download because it differs depending on the CPU and OS. doing. On the contrary, when downloading on a machine different from the installation machine, you can download and copy what you need.

https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Darwin-x86_64 https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Linux-aarch64 https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Linux-armhf https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Linux-x86_64 https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-i386.exe https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-x86_64.exe

Recommended Posts

How to install docker-machine
How to install Docker
How to install MySQL
How to install ngrok
How to install Boots Faces
[Rails] How to install simple_calendar
[Rails] How to install reCAPTCHA
How to install JDK8-10 (Mac)
[Rails] How to install Font Awesome
How to install JMeter for Mac
How to install ImageMagick on Windows 10
How to install ruby through rbenv
[How to install Spring Data Jpa]
Super rough! How to install Dagger2
How to install Bootstrap in Ruby
[Rails] How to install ImageMagick (RMajick)
[Rails] How to install Font Awesome
How to install WildFly on Ubuntu 18.04
How to install Swiper in Rails
How to deploy
How to install Play Framework 2.6 for Mac
How to install production Metabase on Ubuntu
How to install beta php8.0 on CentOS8
How to install the legacy version [Java]
How to install kafkacat on Amazon Linux2
How to develop OpenSPIFe
How to call AmazonSQSAsync
How to use Map
How to write Rails
How to use rbenv
How to use letter_opener_web
How to use with_option
How to use fields_for
How to use java.util.logging
How to install network drivers on standalone Ubuntu
How to use map
How to use collection_select
How to install Titan2D (v4.2.0) in virtual environment
How to install NVIDIA driver on Ubuntu 18.04 (Note)
How to adapt Bootstrap
How to use Twitter4J
How to use active_hash! !!
How to use MapStruct
How to use hidden_field_tag
How to use TreeSet
How to write dockerfile
[How to use label]
How to make shaded-jar
How to write docker-compose
How to use identity
How to use hashes
How to write Mockito
How to install multiple JDKs on Ubuntu 18.04 LTS
How to create docker-compose
How to use JUnit 5
How to Install Oracle JDK 1.8 in Ubuntu 18.04 LTS?
How to write migrationfile
How to build android-midi-lib
[Ruby on Rails] How to install Bootstrap in Rails
How to use Dozer.mapper
How to use Gradle