This is the docker image for X-UI Unofficial
Supporting below plaform: arm64, amd64, s390x.
- Consistent & Isolated Environment
- Rapid Application Deployment
- Ensures Scalability & Flexibility
- Better Portability
- Cost-Effective
- In-Built Version Control System
- Security
- .....
- You don't need to concern yourself with operating systems, architectures and other issues.
- You will never ruin your Linux server. If you don't want to use it, you can stop or remove it from your environment exactly.
- Last but not least, you can easily deploy and upgrade
Use the official one-key script
curl -sSL https://get.docker.com/ | sh
mkdir x-ui && cd x-ui
docker run -itd --network=host \
-v $PWD/db/:/etc/x-ui/ \
-v $PWD/cert/:/root/cert/ \
--name x-ui --restart=unless-stopped \
ghcr.io/x-ui-unofficial/docker
mkdir x-ui && cd x-ui
wget https://raw.githubusercontent.com//X-UI-Unofficial/docker/main/docker-compose.yml
docker compose up -d
Clone this repo
cd build_image
docker build -t ghcr.io/x-ui-unofficial/docker .
Then start it