
Crane, maintained by dataman-cloud, is a docker control panel based on latest docker release. Besides swarm features, Crane implements some badly needed functionalities by enterprise user, such as private registries authentation, ACL and application DAB(distributed application bundle) sharing. The smart fuzzy search function give user quickly access to the desired page. Crane can help storing registry auth pair, from where you can choose a predefined registry auth pair when deploying a DAB, without the need to docker login when access private image. Crane can also help sharing your private images with your coworkers easily.
Please read the release/v1.0.6/README.md
bash
CRANE_IP=<your eth0 ip> ./bin/build-push-or-up.sh up
CRANE_IP is the ip address(don't use 0.0.0.0 because we are using container in network bridge mode) of the running Crane host which is the swarm manager also.
Clone crane in GoPath
```bash
mkdir -p ${GOPATH}/src/github.com/Dataman-Cloud cd ${GOPATH}/src/github.com/Dataman-Cloud git clone https://github.com/Dataman-Cloud/crane.git crane ```
And make sure you have go (>= 1.6) go into the crane dir
```bash
make ```
Please click Crane User Guide in Chinese for more details.
master branch.Wechat group: 数人云Crane技术交流群
Both pull-requests or issues are welcomed from the community.
Crane is available under the Apache 2 license.
$ claude mcp add crane \
-- python -m otcore.mcp_server <graph>