Merge pull request #14 from ovh/readme-dockerhub

chore: Update readme to point to dockerhub image
This commit is contained in:
Stéphane Lesimple 2020-10-22 16:21:32 +02:00 committed by GitHub
commit f1176e4f86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)