%% generate tags start %%
#software-engineering
%% generate tags end %%
#software-engineering/devops
[harness/gitness: Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery. (github.com)](https://github.com/harness/gitness)
Your lightweight, super fast code hosting and continuous integration service (powered by Drone)
Gitness is building on top of Drone to create a new, open source developer platform with code hosting and pipeline capabilities. Gitness development is taking place in the `master` branch. Drone development will continue in the `drone` branch until we a ready for our first tagged Gitness release, at which point the project will fully converge.
For more information on Gitness, please visit [gitness.com](https://gitness.com/). For more information on Drone, please visit [drone.io](https://www.drone.io/)
## How to Use?
```bash
docker run \
-p 3000:3000 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /tmp/gitness:/data \
harness/gitness:latest
```