Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 298 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 298 Bytes

fsciety

doc

Install from docker

docker pull fsocietyteam/fsociety
docker run -it fsocietyteam/fsociety fsociety

exec

docker ps -a # 找到容器

再次启动

docker start [container_name]
docker attach [container_name]