About 397,000 results
Open links in new tab
  1. Docker: Accelerated Container Application Development

    Docker is a platform designed to help developers build, share, and run container applications. We handle the tedious setup, so you can focus on the code.

  2. Docker (software) - Wikipedia

    The core software that runs and manages these containers is called Docker Engine. Docker was first released in 2013 and continues to be developed by Docker, Inc.. The platform includes …

  3. What is Docker? | AWS

    Docker is a software platform that allows you to build, test, and deploy applications quickly using containers. Learn about how Docker works, why and when to use Docker, and how to run …

  4. Docker Desktop: The #1 Containerization Tool for Developers | Docker

    Docker Desktop is collaborative containerization software for developers. Get started and download Docker Desktop today on Mac, Windows, or Linux.

  5. Docker Tutorial - GeeksforGeeks

    Oct 7, 2025 · Docker is a tool that simplifies the process of developing, packaging, and deploying applications. By using containers, Docker allows you to create lightweight, self-contained …

  6. Get Started | Docker

    Get started with Docker Desktop and join millions of developers in faster, more secure app development using containers and beyond.

  7. 3 Docker tips every beginner should know before running …

    2 days ago · Docker can be unwieldy, but there are many ways to make using it much easier—I have three for you.

  8. What is Docker? - Training | Microsoft Learn

    What is Docker? Docker is a containerization platform used to develop, ship, and run containers. Docker doesn't use a hypervisor, and you can run Docker on your desktop or laptop if you're …

  9. Dangerous runC flaws could allow hackers to escape Docker

    2 days ago · Three newly disclosed vulnerabilities in the runC container runtime used in Docker and Kubernetes could be exploited to bypass isolation restrictions and get access to the host …

  10. A Beginner's Guide to Docker Compose - DZone

    6 days ago · Learn how to use Docker Compose to manage multi-container setups. Help overcome the need to run multiple docker-run statements to manage applications.