13 lines
250 B
YAML
13 lines
250 B
YAML
---
|
|
services:
|
|
kubernaut:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ..:/workspace:cached
|
|
- /var/run/docker.sock:/var/run/docker-host.sock
|
|
command: sleep infinity
|
|
memcached:
|
|
image: memcached:latest
|