Short Description
Regular web server with python, go, node and nginx.
Full Description
Regular webserver based on Ubuntu 16.04 with newest git, nginx, python, go, node and more.
docker run --name webserver -it -p 8080:80 ndaidong/webserver
'
From the container inside, you can start nginx:
service nginx start
'
Then, from host machine, you can access http://localhost:8080 to see default page.

Docker Pull Command
Owner
ndaidong
Comments (0)