From 700133ef4c856a845d046f324b86d924cc49a432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Garc=C3=ADa?= Date: Mon, 3 Jun 2019 12:31:49 -0300 Subject: [PATCH] Fixing the markdown of the README --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index eaabf96..fef3a5d 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,38 @@ -#Overview +# Overview This project is a simple Docker image that runs the [Charles Proxy](http://www.charlesproxy.com/). -#Prerequisites +# Prerequisites * a working [Docker](http://docker.io) engine * a working [Docker Compose](http://docker.io) installation -#Building +# Building Type `docker-compose build` to build the image. -#Installation +# Installation Docker will automatically install the newly built image into the cache. -#Tips and Tricks +# Tips and Tricks -##Launching The Image +## Launching The Image `docker-compose up` will launch the image allowing you to begin working on projects. The Docker Compose file is configured to mount your home directory into the container. -#Troubleshooting +# Troubleshooting -##User Account +## User Account The image assumes that the account running the continer will have a user and group id of 1000:1000. This allows the container to save files in your home directory and keep the proper permissions. -##X-Windows +## X-Windows If the image complains that it cannot connect to your X server, simply run `xhost +` to allow the container to connect to your X server. -##Firefox Plug-In +## Firefox Plug-In TODO -#License and Credits +# License and Credits This project is licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/). -#List of Changes +# List of Changes