chore: Update readme to point to dockerhub image

This commit is contained in:
Thomas Soëte 2020-10-22 16:11:58 +02:00 committed by Thomas SOËTE
parent 6ac94ebd7b
commit 5a865c05de

View file

@ -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)