Why docker:// does not work inside the Atlas Docker image
Question
Why does using a dev URL like docker://postgres/15/dev inside the official arigaio/atlas image fail with:
exec: "docker": executable file not found in $PATH?
Why does using a dev URL like docker://postgres/15/dev inside the official arigaio/atlas image fail with:
exec: "docker": executable file not found in $PATH?
Why does atlas schema apply / atlas schema plan fail with an error like this when working with PostgreSQL extensions?
Error: create extension "postgis_topology": pq: extension "postgis_topology" has no installation script nor update path for version "3.4.3"
How can I resolve the pq: out of shared memory error that appears while Atlas loads my schema?