Error: Docker Error response from daemon: Container id is not ...
mrtan.me › post › 35Jul 06, 2019 · Solution. Remove the container automatically. docker run -it --rm --name alpine_bash alpine sh. This is the description of --rm from official docker reference. If instead you’d like Docker to automatically clean up the container and remove the file system when the container exits, you can add the --rm flag. Or we delete the container mannually.