From a49965b1784953ad5f89bf2b78bad2241ea7ee71 Mon Sep 17 00:00:00 2001 From: Amdingo Date: Thu, 14 Mar 2019 09:41:28 -0400 Subject: [PATCH] adds -d thanks to https://github.com/moby/moby/issues/2838 --- service/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/README.md b/service/README.md index d65ce8d..a9327e5 100644 --- a/service/README.md +++ b/service/README.md @@ -7,7 +7,7 @@ **run the container, binding container port 5000 to your preferred local port:** -`docker run -p 5000:5000 fleapday` +`docker run -p 5000:5000 -d fleapday` Access the running container on http://127.0.0.1:5000 (or `docker-machine ip `) @@ -31,4 +31,4 @@ valid routes include: * `/ping`: health check * `/is-leap-year/`: will verify that the provided year is in fact a leap year * `/get-all-leap-years`: returns a list of leap years between 1752 and 2019 -* `/get-leap-day/`: checks if the provided `` is a leap year, if so returns a human readable day of the week for `02-29-` \ No newline at end of file +* `/get-leap-day/`: checks if the provided `` is a leap year, if so returns a human readable day of the week for `02-29-`