From 21644aa5c0f7e00bd5bbb7949399838c07654dfa Mon Sep 17 00:00:00 2001 From: Bradley Allen Date: Wed, 28 Feb 2018 11:45:45 -0600 Subject: [PATCH] Update README.md --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 02546c4..c339fd3 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,21 @@ -# docker-scripts -This repository contains shell scripts for docker. - -I have been using some of these for days, months, or years and just now uploading them. I need to complete some cleanup before it is shareable and documented . . . +## docker-scripts +This repository contains shell scripts that setup and manage both TLS and dockerd on Ubuntu 14.04 (upstart) and Ubuntu 16.04 (systemd). This repository contains shell scripts for RaspBerry pi. * [docker-TLS](https://github.com/BradleyA/docker-scripts/tree/master/docker-TLS) * [dockerd-configuration-options](https://github.com/BradleyA/docker-scripts/tree/master/dockerd-configuration-options) -## System OS script tested - * Ubuntu 14.04.3 LTS - * Ubuntu 16.04.3 LTS (armv7l) - -## Install +#### Clone To install, change to the location you want to download the scripts. Use git to pull or clone these scripts into the directory. If you do not have git then enter; "sudo apt-get install git". On the github page of this script use the "HTTPS clone URL" with the 'git clone' command. git clone https://github.com/BradleyA/docker-scripts cd docker-scripts + +#### System OS script tested + * Ubuntu 14.04.3 LTS + * Ubuntu 16.04.3 LTS (armv7l) #### Design Principles * Have a simple setup process and a minimal learning curve