Skip to content

libzonda/flclash-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flclash-docker

This project provides a Docker image for FlClash.

Screenshots

screenshot

Pulling the Image

You can pull the image from either Docker Hub or GitHub Container Registry:

1. Pull from Docker Hub

docker pull libzonda/flclash-docker:latest

2. Pull from GitHub Packages

docker pull ghcr.io/libzonda/flclash-docker:latest

Running the Container

You can run the FlClash Docker container with compose:

services:
  flclash-docker:
    image: libzonda/flclash-docker:latest
    container_name: flclash-docker
    network_mode: host
    volumes:
      - /run/dbus/system_bus_socket:/run/dbus/system_bus_socket
      - ./flclash:/config/xdg/data/com.follow.clash
      - /you-flclash-data:/config/xdg/data/com.follow.clash
    user: 0:0
    privileged: true
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun # 挂载 TUN 设备
    environment:
      - TZ=Asia/Shanghai
    restart: unless-stopped

Visit

http://localhost:5800

Acknowledgements

This project is based on the following excellent open-source projects (in no particular order):

Many thanks to the authors and maintainers for their dedication to open source!


For suggestions or issues, please feel free to open an issue.

About

This project provides a Docker image for FlClash. Related: https://github.com/chen08209/FlClash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages