Tool/software: Linux
Hi All,
I am trying to install docker on AM3352, but I can't start the docker service.
Find this discussion at e2e.ti.com/.../709612, can you provide any relevant information?
Operating system: docker 9 Stretch
Thank,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi All,
I am trying to install docker on AM3352, but I can't start the docker service.
Find this discussion at e2e.ti.com/.../709612, can you provide any relevant information?
Operating system: docker 9 Stretch
Thank,
Hi Josh,
As Yordan mentioned above, Docker is not supported in Processor SDK Linux, and Debian is not supported in this forum either.
But I have personally played around with Docker on Debian, one thing I noticed which prevents Docker daemon to start is that the kernel misses some configurations.
You can run the following script on your am335x board, which tells what kernel configs are missing.
https://github.com/moby/moby/blob/master/contrib/check-config.sh
For your reference, following are the missing kernel configs in the Processor SDK Linux kernel I collected.
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m CONFIG_NF_CT_NETLINK=m CONFIG_NAMESPACES=y CONFIG_CPUSETS=y CONFIG_VETH=m CONFIG_IP_VS=m CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m CONFIG_NETFILTER_XT_MATCH_IPVS=m CONFIG_DEVPTS_MULTIPLE_INSTANCES=y