From: Lorin Hochstein Date: Sun, 15 Jan 2017 03:40:38 +0000 (-0800) Subject: WIP: container.yml X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=fad2c235ca33a896bd36f21e6e164060d8d1661d;p=ansiblebook.git WIP: container.yml --- diff --git a/ch13/ansible/container.yml b/ch13/ansible/container.yml index 4fcfd4b..52dba0d 100644 --- a/ch13/ansible/container.yml +++ b/ch13/ansible/container.yml @@ -1,10 +1,13 @@ version: "2" services: nginx: + image: nginx:1.11 mezzanine: image: ubuntu:xenial memcached: + image: ubuntu:xenial postgres: + image: postgres:9.6 # Add your containers here, specifying the base image you want to build from # For example: #