Docker development workflow
- Create and test individual containers for each component of your application by first creating Docker images.
- Assemble your containers and supporting infrastructure into a complete application, expressed either as a Docker stack file or in Kubernetes YAML.
- Test, share and deploy your complete containerized application.
Comments
Post a Comment