phuang07 / dockerimgs

A list of custom docker images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For mac running virtual and want to open port to the public using port fowarding. Make sure allow incoming connection for Virtualbox in the firewall setting.

fin vm stop
VBoxManage modifyvm "boot2docker-vm" --natpf1 "tcp-port8080,tcp,,8080,,8080";
VBoxManage modifyvm "boot2docker-vm" --natpf1 "tcp-port4431,tcp,,4431,,4431";
fin vm start

## To access the host
http://host.com:8080
https://host.com:4431

About

A list of custom docker images


Languages

Language:XSLT 19.0%Language:Vim Script 18.0%Language:Dockerfile 16.5%Language:JavaScript 16.3%Language:Shell 11.5%Language:Java 9.4%Language:Vim Snippet 3.6%Language:CSS 2.8%Language:HTML 2.2%Language:Ruby 0.4%Language:Python 0.1%