From: Lorin Hochstein Date: Mon, 23 Jan 2017 01:03:06 +0000 (-0800) Subject: memcached container X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=ca424e5b909ed448dfa2a1f87f72aceff5b075c9;p=ansiblebook.git memcached container --- 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