Add content for Docker (#1039)
Add a description and resources for Docker. However, Docker is a big topic and could probably use some more information.pull/1657/head
parent
ec7223d31c
commit
7877547678
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# Docker |
||||
# Docker |
||||
|
||||
Docker is a platform for working with containerized applications. Among its features are a daemon and client for managing and interacting with containers, registries for storing images, and a desktop application to package all these features together. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://docs.docker.com/'>Docker Documentation</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://aws.amazon.com/docker/'>What is Docker | AWS </BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://youtu.be/3c-iBn73dDE'>Docker Tutorial</BadgeLink> |
||||
|
Loading…
Reference in new issue