Skip to content

Instantly share code, notes, and snippets.

@sean-e-dietrich
Last active November 12, 2019 19:11
Show Gist options
  • Save sean-e-dietrich/6be095414d324755ccbd4685716328d5 to your computer and use it in GitHub Desktop.
Save sean-e-dietrich/6be095414d324755ccbd4685716328d5 to your computer and use it in GitHub Desktop.
Play with Docksal
version: '3'
services:
trigger:
image: franela/dind
command: sh -c "curl -fsSL get.docksal.io | bash && top"
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment