DEV Community

Srinivas Kandukuri
Srinivas Kandukuri

Posted on

Top 5 Posts tagged(#docker) last week

Deploying a Laravel App on AWS App Runner

Deploying a containerized app gets easier everyday as cloud providers release new products. One of such products by AWS is AWS App Runner.

AWS App Runner is a fully managed container application...

Docker tutorial - understanding of Dockerfile

Content
What is Dockerfile?
Why do we need it?
Essential commands
Baking an image
Starting a container
Conclusion
What is Dockerfile?

Dockerfile is a text file that contains a set of instructions. If...

Kubeshark: The Wireshark For Kubernetes

Have you ever wondered where the API traffic is going in Kubernetes?

When you think about it, any action you take on a Kubernetes cluster is an API call. Whether you’re creating new Pods or listing...

Quickstart: Getting Started With HashiCorp Nomad

Everyone loves Kubernetes, right? Well, no not right, but it is one of the most popular container orchestrators out there.

However, it’s not the only orchestrator to manage containers.

One of the...

Getting started with Docker

What is Docker?

Docker is a platform for developing, shipping, and running applications in containers. Containers are lightweight, portable, and self-sufficient environments that allow developers to...

Top comments (1)

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

Shoutout to all the awesome authors featured this week : @massivebrains , @bitethecode , @thenjdevopsguy , @thenjdevopsguy , and @pulkit30 🙌.