Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 760 Bytes

sourcegraph.md

File metadata and controls

15 lines (11 loc) · 760 Bytes

Sourcegraph

Sourcegraph 是一个快速,开源,功能齐全的代码搜索和导航引擎。

Screenshot

docker run \
  --publish 7080:7080 --rm \
  --volume ~/_docker/sourcegraph/config:/etc/sourcegraph \
  --volume ~/_docker/sourcegraph/data:/var/opt/sourcegraph \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  -d sourcegraph/server:2.13.5