docker runコマンドでコンテナを起動しようとすると以下のようなコマンドが発生
docker: Error response from daemon: Conflict. The container name "/test-container" is already in use by container
コンテナの名前が既に使っているため、別の名称に変更する必要があります。
docker runコマンドでコンテナを起動しようとすると以下のようなコマンドが発生
docker: Error response from daemon: Conflict. The container name "/test-container" is already in use by container
コンテナの名前が既に使っているため、別の名称に変更する必要があります。
コメント