Hi,
I am running a docker swarm stack in a drone service with docker dind image.
Like so:
services:
- name: webapp-docker-service
image: docker:18.06.3-ce-dind
privileged: true
Any suggestions in getting the actual log of the running containers in the stack to the drone ci console?
Thx