I am trying to do the build in the quick start procedure on my Ubuntu 18.04 personal vm (8 GB, 2 core, i5). I am using the latest commit from github. I installed docker following the instructions on the docker site.
I have made three tries, always ending with the same result.
After the first two, I completely purged docker, and cleared /var/lib/docker
The build goes on for about 40 minutes. It terminates with a message like this:
ERROR: Cannot create container for service web:
b'Conflict. The container name "/canvas-lms_web_run_1" is
already in use by container
"4ccf204d8986c591590cac89927f4cd501880ab38001ddc8cc2016db6c26c756". You
have to remove (or rename) that container to be able to reuse
that name.'
I did verify that there was no container (or any container) before the last run.
I will next try to install on our cloud vm (ubuntu 18.04, 8 GB, 2 core) as a further test.
Best,
Ian
--