Sign inSign up

handcraftedbits/netshot

By handcraftedbits

Updated over 9 years ago

A Docker container used to run a netshot server.

Image
0

469

handcraftedbits/netshot repository overview

Netshot Docker Container Docker Pulls

A Docker container used to run a netshot server. See the netshot REST API documentation for more information.

Usage

Running the netshot Server

Start the netshot Docker container as follows:

docker run -d -p 8000:8000 handcraftedbits/netshot

This will start netshot in the background with the default port 8000 and store screenshots in the container (i.e., they are not persisted upon shutdown). If you wish to persist screenshots, bind a volume to /opt/container/screenshots:

docker run -d -v /home/screenshots:/opt/container/screenshots -p 8000:8000 handcraftedbits/netshot

This will result in all screenshots being persisted in the local directory /home/screenshots.

Tag summary

Content type

Image

Digest

Size

274.2 MB

Last updated

over 9 years ago

docker pull handcraftedbits/netshot