コンテナが動いていない場合
docker run --rm -it --entrypoint /bin/bash <IMAGE_NAME>
すでにコンテナが動いている場合
docker exec -it <CONTAINER_ID> /bin/bash
Go to list of users who liked
More than 5 years have passed since last update.
コンテナが動いていない場合
docker run --rm -it --entrypoint /bin/bash <IMAGE_NAME>
すでにコンテナが動いている場合
docker exec -it <CONTAINER_ID> /bin/bash
Register as a new user and use Qiita more conveniently
Go to list of users who liked