From ca424e5b909ed448dfa2a1f87f72aceff5b075c9 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 22 Jan 2017 17:03:06 -0800 Subject: [PATCH] memcached container --- ch13/ansible/container.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/ch13/ansible/container.yml b/ch13/ansible/container.yml index fac9126..e6ce95a 100644 --- a/ch13/ansible/container.yml +++ b/ch13/ansible/container.yml @@ -1,19 +1,4 @@ version: "2" services: - # Add your containers here, specifying the base image you want to build from - # For example: - # - # web: - # image: ubuntu:trusty - # ports: - # - "80:80" - # command: ['/usr/bin/dumb-init', '/usr/sbin/apache2ctl', '-D', 'FOREGROUND'] - # dev_overrides: - # environment: - # - "DEBUG=1" - # -registries: {} - # Add optional registries used for deployment. For example: - # google: - # url: https://gcr.io - # namespace: my-cool-project-xxxxxx \ No newline at end of file + memcached: + image: ubuntu:xenial -- 2.44.0