mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-04 06:27:11 +08:00
chore: Update readme to point to dockerhub image
This commit is contained in:
parent
6ac94ebd7b
commit
5a865c05de
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue