Use the docker ps command with the -a flag to locate the name or ID of the containers you want to remove: List: docker ps -a ... Remove: docker rm ...
確定! 回上一頁