Skip to content

ywfwj2008/docker-socketlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-socketlog

This Dockerfile builds an image with the socketlog. Based on node image.

Quick Start

This image uses ENTRYPOINT to run the containers as an executable.

Starting a SocketLog Server instance is simple:

docker run -d -p 1116:1116 -p 1229:1229 ywfwj2008/socketlog

or run it with daemons:

docker run -d -p 1116:1116 -p 1229:1229 ywfwj2008/socketlog > /dev/null &

About

Docker Image packaging for Socketlog Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published