French Ben

Results 124 comments of French Ben

@anushkaee it looks like I'm missing the diagnostics from the swarm leader. Would you mind SSH'ing into the leader (swarm-manager000001) and running the `docker-diagnose` again from there?

@gscott The link is used on upgrades following the proper upgrade steps detailed here: https://docs.docker.com/docker-for-azure/upgrade/ The template is currently going through the Azure Marketplace approval process

@spanditcaa precisely 😅 - edited for clarity

@therealppa You can add additional driver options, such as the following in a compose-file format: ``` driver_opts: ebs_tag_Name: 'my-cloudstor' ```

For those with interest with logs uploaded to CloudWatch, has anyone played with mounting the logs in a container with a setup similar to: https://hub.docker.com/r/mobingi/alm-awslogs/

@dperetti Can you provide logs from the ssh container, so that we can identify what's possibly causing this? Can you also add the instance boot logs?

@ph-One thanks for the help, I need a bit of help identifying why this is happening - the shell container is created with `-d --restart=always`. @dperetti this doesn't "hurt" anything,...

Through a bit of hammering I was able to narrow it down to the LinuxKit `dockerd` - See issue created here: https://github.com/moby/moby/issues/36189 _nb: I was able to replicate the same...

@tomalok the `guide-aws` container is already running - The cronjob specified simply runs the command in the container. Since the container is available to your current user, you can simply...