memcached container
authorLorin Hochstein <lhochstein@netflix.com>
Mon, 23 Jan 2017 01:03:06 +0000 (17:03 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Mon, 23 Jan 2017 01:03:06 +0000 (17:03 -0800)
ch13/ansible/container.yml

index fac9126..e6ce95a 100644 (file)
@@ -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