> For the complete documentation index, see [llms.txt](https://riteshs4hu.gitbook.io/infosec-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riteshs4hu.gitbook.io/infosec-notes/docker/docker-and-docker-hub.md).

# Docker And Docker Hub

{% tabs %}
{% tab title="Docker" %}
Docker is a platform that allows developers to create, deploy, and run applications in containers easily. It provides a simple and efficient way to package applications and their dependencies into containers, making them portable and easy to deploy across different environments. Docker provides tools for building, managing, and distributing containers and images.
{% endtab %}

{% tab title="Docker Hub" %}
Docker Hub is a cloud-based registry service provided by Docker, Inc. It is a central repository that allows developers to store, manage, and share Docker container images. Docker Hub provides a convenient way for developers to find, share, and reuse container images, enabling them to build, deploy, and run applications in containers easily.
{% endtab %}
{% endtabs %}
