Sign inSign up

m3adow/webtest

By m3adow

Updated almost 7 years ago

Simple nginx container which shows the hostname for differentiation

Image
1

1.4K

m3adow/webtest repository overview

This is a simple nginx webserver container which by defaults shows its hostname on the index.html (index.html is a symlink to /etc/hostname). I needed it to quickly deploy some distinguishable web server containers for some load balancing tests.

Just run docker run -d --rm m3adow/webtest.

If you want, you can adjust the hostname: docker run -d --rm -h webnode1 m3adow/webtest

Tag summary

Content type

Image

Digest

Size

8.4 MB

Last updated

almost 7 years ago

docker pull m3adow/webtest