Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.02 KB

docker-remote.md

File metadata and controls

10 lines (7 loc) · 1.02 KB

Installing Onedata using docker-remote with remote VM

Most of quick-start scenarios start more then one service. Each of them has to be installed by navigating to https://:<didicated_port> where you configure and deploy the service via web interface. Docker creates a private network and assignes ips from this network to containers.

In order to acess drocker private network on the remote machine you may use simple ssh port forwarding and then configure your browser to froward all trafic through specyfic port. That wasy you may access containers from your browsher as if the private docker network was on your local pc.

Since the port forwarding and browsher connection configuration is outside the scope of this documentation we provide few helpfull links: