From f2de71a8de56384751aeb45caa8a795c79328909 Mon Sep 17 00:00:00 2001 From: Jonathan Henrique de Souza Date: Mon, 1 Jun 2015 15:17:56 -0300 Subject: [PATCH] -rm option is depreacted --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d44df93..9cb8eb6 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ when you run the below commands, simply use sudo. This is a [known issue](https: This repo contains a recipe for making a [Docker](http://docker.io) container for Wordpress, using Linux, Apache and MySQL. To build, make sure you have Docker [installed](http://www.docker.io/gettingstarted/), clone this repo somewhere, and then run: ``` -docker build -rm -t /wordpress . +docker build --rm -t /wordpress . ``` Or, alternately, build DIRECTLY from the github repo like some sort of AMAZING FUTURO JULES-VERNESQUE SEA EXPLORER: ``` -docker build -rm -t /wordpress git://github.com/jbfink/docker-wordpress.git +docker build --rm -t /wordpress git://github.com/jbfink/docker-wordpress.git ``` Then run it, specifying your desired ports! Woo!