1)以下のコマンドで、表示されている一覧から対象のログインしたいコンテナのイメージ名を探す。
docker ps -a2)以下のコマンドで、コンテナに直接ログイン可能となる。
docker run -it "イメージ名" bash
root@rasp-master:/home/pi/k8s# docker run -it arm32v7/redmine bash
3)ログインができていることが確認できる。
root@3a867fa57f23:/usr/src/redmine# ls
==============================================================================
CONTRIBUTING.md Gemfile.lock Gemfile.lock.postgresql Gemfile.lock.sqlserver Rakefile appveyor.yml config db extra lib plugins sqlite tmp
Gemfile Gemfile.lock.mysql2 Gemfile.lock.sqlite3 README.rdoc app bin config.ru doc files log public test vendor
================================================================================
0 件のコメント:
コメントを投稿