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?

Docker をワンライナーでインストール

Posted at

背景

新規でセットアップする仮想マシン上の Linux や WSL の Linux に Docker を素早くインストールしたい。
インストールのコマンドをググったりするけど、すぐに見つからないことが多いのでメモ代わりに。

インストール可能ディストリビューション

  • CentOS
  • Debian
  • Fedora
  • SLES (SUSE Linux Enterprise Server)
  • Ubuntu

今は亡きCentOS...

コマンド

bash
$ curl -fsSL https://get.docker.com | sudo sh -

利用に際して

本番環境でのワンライナーでのインストールは注意してください。
本番環境で利用する場合は、依存関係やパッケージバージョンを気にする必要があります。

参考リンク

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?