Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
764 B

# 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>
<BadgeLink badgeText='Watch' href='https://youtu.be/vP_4DlOH1G4'>Docker simplified in 55 seconds</BadgeLink>