Sign inSign up

beginor/jexus-x64

By beginor

Updated about 5 years ago

Jexus x64 Standalone for Linux docker image

Image
7

3.7K

beginor/jexus-x64 repository overview

Jexus x64 Pro (Standalone) in docker

Version Info:

  • Jexus x64 Pro (Standalone) 6.3.2021.0512
  • debian:buster-slim

Usage:

  1. Get the image with command:
docker pull beginor/jexus-x64:6.3.2021.0512
  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 8080:80 \
    --volume $(pwd)/jexus/www:/var/www \
    --volume $(pwd)/jexus/conf:/usr/jexus/siteconf \
    --volume $(pwd)/jexus/log:/usr/jexus/log \
    beginor/jexus-x64:6.3.2021.0512
  1. Then browse http://127.0.0.1:8080/info with your faverite borwser, see what happens.

You can change the port 8080 as your like.

Tag summary

Content type

Image

Digest

Size

61.3 MB

Last updated

over 5 years ago

docker pull beginor/jexus-x64