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:
parent
f9585beafe
commit
7c85ff7afb
@ -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…
x
Reference in New Issue
Block a user