Deployment strategies

You can use Docker and containers in any way that is practical for your project.

This course suggests you always use Docker during development. It allows you to create robust and portable environments where your application and each dependency run in separate containers. This course will provide recipes you can adapt to your projects.

However, deploying your application to a live server raises further options to consider.

Use Docker for development only

Get hands-on with 1200+ tech skills courses.