BLOG TAG

Docker

Docker image

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine. It was first started in 2013 and is developed by Docker, Inc.

Here are some articles tagged with "Docker" :

Docker: The Key to Consistent and Reliable App Deployment image

Docker: The Key to Consistent and Reliable App Deployment

0 viewed

Docker is quickly becoming one of the most popular tools for app deployment, and for good reason. This powerful platform allows developers to create, deploy, and run applications in a consistent and reliable environment, regardless of the underlying infrastructure. Whether you're working on a small, single-page app or a large, complex enterprise system, Docker has the tools and features you need to ensure your app runs smoothly and reliably, every time.

Published at 1/4/2023, 11:51:00 AM

Containers vs VMs? What differs? image

Containers vs VMs? What differs?

0 viewed

You probably have heard about VMs and Containers. These terms are so widely used nowadays. But what are they actually? And how do they fit into our way of building and architecting applications? Let's talk about it.

Published at 11/22/2022, 6:10:00 AM

Advisory Program 2022 (Chapter 4) - Containerize Your App! image

Advisory Program 2022 (Chapter 4) - Containerize Your App!

0 viewed

Tulisan ini adalah bagian dari serangkaian materi dari Advisory Program BCA, untuk source code nya bisa dilihat di sini.


Container has been around and popular nowadays. The benefits of it are inescapable. Let’s try to make our application as a container using Docker. The end result is a Docker image file that we can share and run anywhere!

Published at 5/9/2022, 11:23:00 AM