tolstoyevsky/mmb

Missing baseimages/functions.sh

ruocogito opened this issue · 2 comments

Launch sudo ./mmb.sh mariadb amd64 after cloning mmb. Look error './baseimages/functions.sh' required script not found
No baseimages folder in mmb reposotory.
What to do?

mmb.sh is outdated. You can try the following to solve the problem:

cd mariadb
docker build -t cusdeb/mariadb:10.6-amd64 .

creating fake empty baseimages/functions.sh solved the problem
bv examle on habr.com need only build mariadb and nextcloud but really needs build all containers to launch nextcloud