Common Problems
Docker-related issues
Changing the Docker default address pool
If after deploying MedCo you notice some connectivity problems on your machine, or on the opposite the running containers have connectivity problems, check for potential conflict between your machine networks and Docker's virtual network (e.g. with ifconfig
). If you do have such conflicts, you can edit Docker's configuration to set the addresses to use. Example:
/etc/docker/daemon.json
Using Docker as non-root user
If you get such an error message while trying to execute commands as a non-root user:
You will need to follow these instructions from the Docker official documentation.
Last updated