By simply using
docker run -d centos tail -f /dev/null
as the CMD/Entrypoint.
Read more: Docker container will automatically stop after “docker run -d”
By simply using
docker run -d centos tail -f /dev/null
as the CMD/Entrypoint.
Read more: Docker container will automatically stop after “docker run -d”