This repo contain (really quick) quickstarts for how to containerize your frontend/backend/database! See the respective folders for more details:
springboot/
: containerize yourspringboot
project in 4 steps!nodejs/
: containerize yournodejs
project in 4 steps!database/
: containerize yourmysql
/redis
in ..., quite some steps in this case
Note that this demo extensively uses:
So as a prerequisite, you will need to have installed docker
and have a docker hub
account (it's free):
- how to install
docker
: https://docs.docker.com/engine/install/ - register for a
docker hub
account: https://hub.docker.com/signup