Docker でとりあえず Ubuntu のコンテナを作るメモDecember 19, 2021とりあえず Ubuntu のコンテナを作る docker run -dit --name my-ubuntu ubuntu docker exec -it my-ubuntu /bin/bash