topics/containers/run_forest_run.md
Learn what restart policies do and how to use them
Make sure Docker is installed on your system and the service is started
# Fedora/RHEL/CentOS
rpm -qa | grep docker
systemctl status docker
docker container ls - Is the container running? What about after 15 seconds, is it still running? why?sleep 600 and verify it runsunless-stopped