DEV Community

Cover image for 1minDocker #1 - What is Docker?
Clelia (Astra) Bertelli
Clelia (Astra) Bertelli

Posted on • Edited on

1minDocker #1 - What is Docker?

Docker is a platform that help developers to get faster, more generalized and packaged deployments and distributions for their applications.

It can be regarded as a DevOps (Developement Operations) technology, as it is aimed at easing and accelerating shipping processes and times.

Docker is cross-platform (available on Linux, Windows and MacOs) and OS-independent as its main feature is allowing developers to build isolated environments (virtual machines) in which to run other softwares without having any conflict or versioning/platform-specific problem with the local machine.

It comes as a command line tool, but also, in its Docker Desktop implementation, as a Desktop application from which developers can comfortably check Docker's status on their computer.

We will talk about downloading and getting to run Docker in our next session, but for now feel free to explore their resources on their website!🥰

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

nextjs tutorial video

📺 Youtube Tutorial Series

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay