This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
docker pull jseguillon/openbox || docker pull jseguillon/openbox:alpine | |
git clone https://gist.github.com/2c2b2220a4b9e294733e6ff09966f591.git dops-ren && cd dops-ren | |
## | |
ssh-keygen -f ./openstack -b 4096 | |
#ovh 4096 key | |
docker run -d -it --name dops-ren --mount type=bind,source="$(pwd)",target=/usr/share/source jseguillon/openbox:alpine | |
#Or non alpine |