From e8db361b2710358d317ceea54c3e84be224c237c Mon Sep 17 00:00:00 2001 From: alrayyes Date: Thu, 22 Sep 2016 16:56:38 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8922bd..6ef56a5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Docker Alpine Hugo Surge -Minimal container with [Hugo](https://gohugo.io), [Surge client](https://www.npmjs.com/package/surge) and Git installed. Leverages [mhart/alpine-node](https://hub.docker.com/r/mhart/alpine-node/) base image. Inspired by [yunspace/alpine-hugo](https://hub.docker.com/r/yunspace/alpine-hugo/). +Minimal container with [Hugo](https://gohugo.io), [Surge client](https://www.npmjs.com/package/surge), Git & Bash installed. Built to be used with [Wercker](http://wercker.com/). Leverages [mhart/alpine-node](https://hub.docker.com/r/mhart/alpine-node/) base image. Inspired by [yunspace/alpine-hugo](https://hub.docker.com/r/yunspace/alpine-hugo/). ## Usage - docker run --rm andthensome/alpine-hugo-surge-git + docker run --rm andthensome/alpine-hugo-surge-git-bash From 68393a796fbd6aefe884df1529a0b2a10920b070 Mon Sep 17 00:00:00 2001 From: alrayyes Date: Thu, 22 Sep 2016 16:57:01 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef56a5..9f2ca6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker Alpine Hugo Surge -Minimal container with [Hugo](https://gohugo.io), [Surge client](https://www.npmjs.com/package/surge), Git & Bash installed. Built to be used with [Wercker](http://wercker.com/). Leverages [mhart/alpine-node](https://hub.docker.com/r/mhart/alpine-node/) base image. Inspired by [yunspace/alpine-hugo](https://hub.docker.com/r/yunspace/alpine-hugo/). +Minimal container with [Hugo](https://gohugo.io), [Surge client](https://www.npmjs.com/package/surge), Git & Bash installed. Built to be used with [wercker](http://wercker.com/). Leverages [mhart/alpine-node](https://hub.docker.com/r/mhart/alpine-node/) base image. Inspired by [yunspace/alpine-hugo](https://hub.docker.com/r/yunspace/alpine-hugo/). ## Usage From 44b1a60dca91a405a617167b58a929512af72dd0 Mon Sep 17 00:00:00 2001 From: alrayyes Date: Thu, 22 Sep 2016 16:57:29 +0200 Subject: [PATCH 3/3] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5e79291..79e2bf1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,2 +1,2 @@ -alpine-hugo-surge-git: - image: 'andthensome/alpine-hugo-surge-git:latest' +alpine-hugo-surge-git-bash: + image: 'andthensome/alpine-hugo-surge-git-bash:latest'