Operating system: macOS Monterey
version 12.6.1
Applications: Docker Desktop, Visual Studio Code
In the CAPIF deployment, after running the command << ./run.sh >>, it printed this error:
<>
As a result, the container was created but it could’t start.
SOLUTION: before deployment, I manually created network services_default by running:
<>
After that, I run <<./run.sh>> and worked!