From 5a865c05deae66428762d200d5d18be54a2e2be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20So=C3=ABte?= Date: Thu, 22 Oct 2020 16:11:58 +0200 Subject: [PATCH] chore: Update readme to point to dockerhub image --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12ad0ff..196dbfa 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,9 @@ Please see the online documentation ([https://ovh.github.io/the-bastion](https:/ ### Testing it with Docker -Let's build the docker image and run it +Let's run the docker image - docker build -f docker/Dockerfile.debian10 -t bastion:debian10 . - docker run -d -p 22 --name bastiontest bastion:debian10 + docker run -d -p 22 --name bastiontest ovhcom/the-bastion:sandbox-latest Configure the first administrator account (get your public SSH key ready)