While trying to deploy a stack i get the following warning:
docker stack deploy -c docker-compose.yml getstartedlab
WARN[0000] Unable to use system certificate pool: requires building with go 1.7 or later
Updating service getstartedlab_web (id: m20r5ektncfert2nteoj7kczi)
root@ThinkPad-X230:~# docker stack ps getstartedlab
WARN[0000] Unable to use system certificate pool: requires building with go 1.7 or later
ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS
p5pbltn9823b getstartedlab_web.1 paktrad/get-started:part2 myvm2 Running Running 13 minutes ago
slmpxtkawngt getstartedlab_web.2 paktrad/get-started:part2 myvm1 Running Running 13 minutes ago
m9ci4i7bh879 getstartedlab_web.3 paktrad/get-started:part2 myvm2 Running Running 13 minutes ago
And when I try to access the vm ip address in the browser, I do get connected but my Hello World app doesn’t depoly and show just few tiny boxes like these:
�
Could someone help me what is the implication of this warning and how to get rid of this
Thanks