User Tools

Site Tools


handson

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
handson [2018/10/24 22:11]
Michael Jaeger
handson [2018/10/24 22:30]
Michael Jaeger
Line 84: Line 84:
   * Installing docker on windows, there are pages [[https://​docs.docker.com/​docker-for-windows/​|for Windows on the docker homepage too]]!   * Installing docker on windows, there are pages [[https://​docs.docker.com/​docker-for-windows/​|for Windows on the docker homepage too]]!
  
-//Note 1//: For accessing a docker container, docker creates a local network on your computer. The IP address is printed in the terminal output usually when starting docker. As such, this IP address must be used (instead of localhost). Moreover, the installation registers FOSSology under a path at the web server: ''​repo/''​. This triaing path must be added to the URL. Running docker on a mac the resulting FOSSology URL looks like:+//Note 1//: For accessing a docker container, docker creates a local network on your computer. The IP address is printed in the terminal output usually when starting docker. As such, this IP address must be used (instead of localhost). Moreover, the installation registers FOSSology under a path at the web server: ''​repo/''​. This triaing path must be added to the URL. Running docker on a mac the resulting FOSSology URL could look like:
  
   http://​192.168.99.100:​8081/​repo/​   http://​192.168.99.100:​8081/​repo/​
 +  ​
 +or (with newer docker versions)
 +
 +  http://​localhost:​8081/​repo/​
   ​   ​
 //Note//: the actual IP address can be different on your docker setup! //Note//: the actual IP address can be different on your docker setup!
handson.txt ยท Last modified: 2018/10/25 07:41 by Michael Jaeger