At present, the latest docker-compose version, which could be installed under Ubuntu 18, 20, and 21 is the 1.25 and 1.27 versions. There may be…
Tag: docker-compose
edit mysql options in docker (or docker-compose) mysql
Modifying the default options for the docker (podman) MySQL server is essential. The default MySQL options are too conservative and even for simple (automation?) tests…
docker-compose using private registry (repository) with shell executor in gilab-runner
Using docker-compose may make your life easier only if you use docker images from the official docker registry. And may live forever without knowing the…