How can I make sure that docker container on AWS EC2 Instance is always running? – Amazon Web Sevices
I wrote an API, dockerized it and ran on an AWS EC2 instance. I can make requests through Postman while container is running but how can I make sure that my docker container is always running in the background on…