Continuous integration is the idea of executing some actions (for example build, test, etc...) automatically as you push code to your version control system.
For containers, there are a number of things we may want to do:
Visit the following resources to learn more: