Sign inSign up

beginor/jexus

By beginor

Updated over 8 years ago

jexus mono server for docker

Image
2

1.3K

beginor/jexus repository overview

Jexus in docker

Version Info:

  • Jexus 5.8.3.10
  • Mono 5.10.1.47
  • Ubuntu 16.04 (TimeZone set to Asia/Shanghai)

Usage:

  1. Get the image with command:
docker pull beginor/jexus:5.8.3.10
  1. Prepare the directors for volumes:
mkdir -p "$(pwd)/jexus/conf"
mkdir -p "$(pwd)/jexus/www"
mkdir -p "$(pwd)/jexus/log"
  1. Copy your website config file to $(pwd)/jexus/conf folder, Copy your websites to $(pwd)/jexus/www folder

  2. Run the image with command:

docker run \
    --detach \
    --name jexus \
    --restart unless-stopped \
    --publish 9999:80 \
    --volume $(pwd)/jexus/www:/var/www \
    --volume $(pwd)/jexus/conf:/usr/jexus/siteconf \
    --volume $(pwd)/jexus/log:/usr/jexus/log \
    beginor/jexus:5.8.3.10
  1. Then browse http://127.0.0.1:9999/info with your faverite borwser, see what happens.

You can change the port 9999 as your like.

Tag summary

Content type

Image

Digest

Size

182.4 MB

Last updated

over 8 years ago

docker pull beginor/jexus