Resources added for Docker (#1417)
parent
a068d14efe
commit
32e8cfafec
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
|||||||
# Docker |
# 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…
Reference in new issue