1
1

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 1 year has passed since last update.

DockerとDocker composeのバージョン確認方法について

Posted at

Dockerまわりのバージョン確認方法について

Docker

  • docker -v:dockerのバージョンのみ表示
  • docker version:dockerのクライアントやサーバーの情報など詳細表示

Docker compose

  • docker compose -v:docker composeのバージョン表示
  • docker compose version:docker composeのバージョン表示(上記同様)
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?