Timeout issue while trying to run a container

Hi,

I am facing a timeout issue while trying to run a container. This problem is sporadic.

To simply, consider the below example.
Ex: docker run ubuntu
throws a timeout error “ERROR: Timeout after 10 seconds” if the container is not up within 10sec. How can I increase the timeout? Any other suggestion?

Simplified Example:

docker run ubuntu
ERROR: Timeout after 10 seconds

1 Like