Docker
DevOps
About
Docker lets developers package an application and its dependencies into a container from a single Dockerfile, so it runs identically anywhere.
- Builds one image that runs on any host
- Isolates app dependencies from the OS
- Composes multi-container apps with a YAML file
- Shares images through Docker Hub registries
- Category:
- DevOps
- Platform:
- Code