0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Docker ComposeのLinuxへのインストール

Last updated at Posted at 2018-01-23

2018/01/24時点
本家documentのコマンドのみの簡易版
作業メモ

手順

インストール

$ sudo curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose

確認

$ docker-compose --version
docker-compose version 1.18.0, build 1719ceb

備考

要件

OS

64bit

docker

インストール済

Proxy設定(必要であれば)

curl

オプション

--proxy http://username:password@your.proxy.address:yourport

要件確認

OSbit

$ getconf LONG_BIT 

引用

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?