Skip to content

Instantly share code, notes, and snippets.

@vymarkov
Created February 17, 2017 12:24
Show Gist options
  • Save vymarkov/bbfd7be322f4490f947427bb6d166c66 to your computer and use it in GitHub Desktop.
Save vymarkov/bbfd7be322f4490f947427bb6d166c66 to your computer and use it in GitHub Desktop.
version: '2'
services:
remote:
image: vymarkov/kitchen:v1.0.0-rc2
container_name: kitchen
env_file:
- .env
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
stdin_open: true
command: zsh
local:
image: vymarkov/kitchen:local
build:
context: .
container_name: kitchen
env_file:
- .env
volumes:
- .:/usr/kitchen:rw
- /var/run/docker.sock:/var/run/docker.sock:ro
stdin_open: true
command: zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment