I am trying to run IOTivity under Docker. I've just installed Docker on a Raspberry Pi and started it. After that I pulled the IoTivity image via Docker Hub as "iotivity/resource directory".
docker stack deploy -c docker-compose.yml iotivity
docker service ls
docker ps -a
I just followed the link https://wiki.iotivity.org/docker and followed the steps. When I run docker ps -a
it doesn't show anything as in the output.
The third step doesn't give any output either.