Docker
site: here
What is it?
- Containerize development application.
- OS independent. Can run on Windows, MacOS or Linux without compatibility issue.
- Setup environment configuration with docker compose.
Docker terms
- Dockerfile
- Docker image
- Docker container
Usually use with:
- Portainer