{.width=600px}
2020-01-20
{.width=600px}
Containers - “units” that can be bundled together into “systems”.
.. for Operations, Maintenance, Troubleshooting
Described at https://KTH-Library.github.io
Preparations: get docker
, docker-compose
and make
For Mac and Windows users those are provided in “Docker for Desktop”:
Create a docker-compose.yml
file that starts a database and client service
Look at official images for postgres, mariadb/mysql, mssql at https://hub.docker.com
Bonus: Connect from your host computer (Hint: How to open the port?) and from another container
Please find the following suggestions for solution:
docker-compose.yml
file w postgres, mariadb, mssql services and pgloader migration toolMakefile
w actions/targets for migrating data from SQLite3 to postgres etc