Docker Image vs Docker Container

docker pull alpine:latest
docker ps
docker run -it --rm alpine:latest /bin/ash
Made with Slides.com