From b98d63faca44dc88c66bc7801d6ed9d178190a7c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 25 Feb 2019 13:30:54 -0500 Subject: [PATCH] ran => run --- _articles/hosting/install-on-premise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index a0d0fec1..722b792c 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -75,7 +75,7 @@ Alternatively, if you are only testing you can install Bitwarden to the "localho ## Install Docker -Bitwarden will be deployed and ran on your machine using an array of [Docker](https://www.docker.com/what-docker){:target="_blank"} containers. Bitwarden will work equally well with Docker Community (free) and Enterprise editions. You should evaluate which edition is best for your installation. Additionally, deployment of these containers is orchestrated through the use of [Docker Compose](https://docs.docker.com/compose/){:target="_blank"}. Docker and Docker Compose must first be installed on your machine before beginning a Bitwarden installation. +Bitwarden will be deployed and run on your machine using an array of [Docker](https://www.docker.com/what-docker){:target="_blank"} containers. Bitwarden will work equally well with Docker Community (free) and Enterprise editions. You should evaluate which edition is best for your installation. Additionally, deployment of these containers is orchestrated through the use of [Docker Compose](https://docs.docker.com/compose/){:target="_blank"}. Docker and Docker Compose must first be installed on your machine before beginning a Bitwarden installation. See the following official Docker documentation for more information: