Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Docker Run Commands

Run sleep in a container that won’t start

docker run --rm --entrypoint sh ubuntu:latest -c "sleep infinity"