Skip to content

Running under Docker

Traun Leyden edited this page Feb 23, 2016 · 4 revisions

Install docker

First you will need to install docker.

Start a Docker container for the Ansible Controller

$ docker run -ti tleyden5iwx/sync-gateway-testcluster /bin/bash

Upgrade ansible

$ docker exec -ti <container-id> bash
# pip uninstall ansible && pip install ansible

Follow README steps

Start with the Clone Repo step

Add ssh keys

See /~https://github.com/couchbaselabs/sync-gateway-testcluster/wiki/Docker-Container---SSH-Keys