Selenium Framework - Part 52 - What is restart policy ? Why it is important in test automation ?

Описание к видео Selenium Framework - Part 52 - What is restart policy ? Why it is important in test automation ?

Hi All,

In this video, we will see about the below topics,

What is restart policy? Why it is important?
No (Default)
On-failure (Restart on non zero exit code)
Always(unless docker daemon is stopped)
Unless-stopped(Restarts always except manually stopped


Docker run --restart flag imagename
Docker update --restart flag imagename
docker inspect containeridorname

Комментарии

Информация по комментариям в разработке