1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00

Resources added for Docker (#1417)

This commit is contained in:
Archit Sharma 2022-08-08 00:55:49 +07:00 committed by GitHub
parent f9585beafe
commit 7c85ff7afb

View File

@ -1 +1,9 @@
# Docker
Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools, code, and runtime. Using Docker, you can quickly deploy and scale applications into any environment and know your code will run.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.docker.com/'>Docker Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Documentation' href='https://docs.docker.com/'>Docker Documentation</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=pTFZFxd4hOI'>Docker Tutorial for Beginners</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=3c-iBn73dDE'>Docker Full Course for Beginners</BadgeLink>