LoginSignup
3
3

More than 5 years have passed since last update.

Dockerで最新のcontainer IDを簡単に参照する

Posted at

Docker操作(start stop, attach, top, inspect, rm など)をする際に最新のcontainer IDを参照することが多いのでaliasを作っておくと便利。

alias dl='docker ps -l -q'

3
3
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
3
3