docker run --rm -it alpine sh
Category: Docker
docker run --rm -it alpine sh
Run Alpine container interactively and auto-remove it on exit
Runs an Alpine Linux container (minimal, ~5MB) for interactive exploration. --rm deletes the container automatically when you exit.