You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as Docker Hub... I make use of AWS AMI Linux (EC2) to run my current services.... If I want to go the serverless route with Docker, what would be my options since right now I am relying on a 24/7 server plan with Amazon?
By that I mean, can Docker run without a server? (I'm just barely scratching the surface on Docker)
Thanks!!!
The text was updated successfully, but these errors were encountered:
Hello! You could definitely run containers directly on ECS and not need to manage actual instances if you used Fargate (otherwise you'd need to manage the instances). You might want to check that out if you'd like to go the Docker route. Let me know if you have any questions!
Hello:
As far as Docker Hub... I make use of AWS AMI Linux (EC2) to run my current services.... If I want to go the serverless route with Docker, what would be my options since right now I am relying on a 24/7 server plan with Amazon?
By that I mean, can Docker run without a server? (I'm just barely scratching the surface on Docker)
Thanks!!!
The text was updated successfully, but these errors were encountered: