docker-gateone
defines a docker container with gateone installed
Usage
- Install docker
- Download and start the gateone server instance
docker run --name gateone -p 443:10443 -p 2345:22 -d greyltc/gateone
- Test the gateone server
Point your browser to:
https://localhost
and you should see a page with a big button for the Terminal:SSH application - Click the
Terminal:SSH
button - Hit enter (accept the default) to choose to connect to localhost
- Hit enter (accept the default) to choose to connect through port 22
- Enter
docker
for the user - Type
sl
to see a nice steam locomotive. - [Optional] Stop the gateone docker server instance
docker stop gateone
- [Optional] Delete the gateone docker server instance (after stopping it)
docker rm gateone
- Profit.
SSH
You can also ssh into the container with ssh docker@localhost:2345
Pas de commentaires