Skip to content

Instantly share code, notes, and snippets.

@ruanbekker
Last active April 14, 2021 04:34
Show Gist options
  • Select an option

  • Save ruanbekker/c03bb7fdaecebfbba3a86df181a855a7 to your computer and use it in GitHub Desktop.

Select an option

Save ruanbekker/c03bb7fdaecebfbba3a86df181a855a7 to your computer and use it in GitHub Desktop.
My Docker Cheatsheet

:WIP:

Docker

Docker Swarm

Inspect

Inspect the LogDriver:

$ docker service inspect my-service --format='{{.Spec.TaskTemplate.LogDriver}}'
{sumologic map[sumo-compress:false sumo-sending-frequency:500ms sumo-url:https://endpointsumologic.com/receiver/v1/http/foobar]}

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment