You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions in the ReadMe, the opencog container won't start. The problem is the way the MacOS virtualizes the /etc/ filesystem, and the way the OpenCog container maps /etc/localtime
This issue affects many containers, and is not OpenCog specific. Nonetheless the recommended work-around is a change to the container.
Following the instructions in the ReadMe, the opencog container won't start. The problem is the way the MacOS virtualizes the /etc/ filesystem, and the way the OpenCog container maps /etc/localtime
This issue affects many containers, and is not OpenCog specific. Nonetheless the recommended work-around is a change to the container.
See this thread. [https://github.com/docker/for-mac/issues/2396]
The solution I implemented is from the commend by the user: “smlng” on Dec 19, 2018
Config Details
Mac OS 10.15.6
docker engine 19.03.12
Proposed Change
I changed the docker/opencog/common.yml file
And then set the environment variable along with all the others from the ReadMe.
So, my .zshenv (or .bashrc for those who use bash) now specifies:
The text was updated successfully, but these errors were encountered: