From 7fda65e6963b7b6282c5414944bcf71f93eac860 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 10 Apr 2019 13:01:12 -0400 Subject: [PATCH] Remove manual line breaks from docker.md --- admin/docker.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/admin/docker.md b/admin/docker.md index 775b6cc..31870c2 100644 --- a/admin/docker.md +++ b/admin/docker.md @@ -2,18 +2,11 @@ ## Using Docker for Development -If you'd like to use Docker as a base for working on a site's styles and such, -you can run the following from a Bash shell. +If you'd like to use Docker as a base for working on a site's styles and such, you can run the following from a Bash shell. -*Note: This process is intended only for working on site styling. If you'd -like to run Write Freely in production as a Docker service, it'll require a -little more work.* +*Note: This process is intended only for working on site styling. If you'd like to run Write Freely in production as a Docker service, it'll require a little more work.* -The `docker-setup.sh` script will present you with a few questions to set up -your dev instance. You can hit enter for most of them, except for "Admin username" -and "Admin password." You'll probably have to wait a few seconds after running -`docker-compose up -d` for the Docker services to come up before running the -bash script. +The `docker-setup.sh` script will present you with a few questions to set up your dev instance. You can hit enter for most of them, except for "Admin username" and "Admin password." You'll probably have to wait a few seconds after running `docker-compose up -d` for the Docker services to come up before running the bash script. ``` docker-compose up -d @@ -22,11 +15,8 @@ docker-compose up -d Now you should be able to navigate to http://localhost:8080 and start working! -When you're completely done working, you can run `docker-compose down` to destroy -your virtual environment, including your database data. Otherwise, `docker-compose stop` -will shut down your environment without destroying your data. +When you're completely done working, you can run `docker-compose down` to destroy your virtual environment, including your database data. Otherwise, `docker-compose stop` will shut down your environment without destroying your data. ## Using Docker for Production -WriteFreely doesn't yet provide an official Docker pathway to production. We're -working on it, though! +WriteFreely doesn't yet provide an official Docker pathway to production. We're working on it, though!