Resources added for Docker (#1417)

pull/1657/head
Archit Sharma 2 years ago committed by GitHub
parent f9585beafe
commit 7c85ff7afb
  1. 8
      content/roadmaps/102-devops/content/105-infrastructure-as-code/100-docker.md

@ -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>

Loading…
Cancel
Save