Updated Doc after upgrade to docker-compose

This commit is contained in:
Clément Mouchet 2015-04-23 19:55:45 +01:00
parent 75851cf0d3
commit dca4f4b800
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Clone datapusher in `_datapusher`:
git clone https://github.com/ckan/datapusher.git
Tell the fig file to build it:
Configure the service definition (docker-compose.yml) file to build it:
datapusher:
build: _service-provider/_datapusher

View File

@ -16,7 +16,7 @@ _Move to the `ckan-docker` directory_
_Build the Docker image from `docker/compose/Dockerfile`, and call it "dockercompose_container"_
docker build --tag="dockercompose_container" docker/fig
docker build --tag="dockercompose_container" docker/compose
- Run it: