- Add support for kubernetes for docker stack command - Update to go 1.9 - Add kubernetes to vendors - Print orchestrator in docker version command Signed-off-by: Vincent Demeester <vincent@sbr.pm> Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
10 lines
115 B
YAML
10 lines
115 B
YAML
version: "3.2"
|
|
services:
|
|
nginx:
|
|
image: nginx
|
|
deploy:
|
|
replicas: 2
|
|
|
|
redis:
|
|
image: redis:alpine
|