From 19a122992b99a64341ae8ec5fcdf2303fd5e7949 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 1 Mar 2016 09:08:46 -0800 Subject: [PATCH] Add a little extra formatting for couchdb --- couchdb/content.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/couchdb/content.md b/couchdb/content.md index b8d36113..ce4e6072 100644 --- a/couchdb/content.md +++ b/couchdb/content.md @@ -69,9 +69,11 @@ You can also use `couchdb` as the base image for your own couchdb instance and p Example Dockerfile: - FROM %%REPO%%:latest - - COPY local.ini /usr/local/etc/couchdb/ +```dockerfile +FROM %%REPO%%:latest + +COPY local.ini /usr/local/etc/couchdb/ +``` and then build and run