dockerコマンドに--helpを指定する。attach等のサブコマンド一覧が表示される。 [root@master1 ~]# docker --help -中略- Commands: attach Attach to a running container build Build an image from a Dockerfile 以下、略 サブコマンドに--helpを指定する。 [root@master1 ~]# docker attach --help Usage: docker attach [OPTIONS] CONTAINER Attach to a running container --detach-keys Override the key sequence for detaching a container --help Print usage --no-stdin

