
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
Web based UI for fleet



(1) run docker container
your_etcd_peer_ipport:3000your_ssh_private_key_file_path:/root/id_rsadocker run --rm -p 3000:3000 -e ETCD_PEER=10.0.0.1 -v ~/.ssh/id_rsa:/root/id_rsa purpleworks/fleet-ui
(2) enjoy!
$ cd angular
$ npm install
$ bower install
$ npm build
$ cd ..
$ docker build -t purpleworks/fleet-ui .
run api server
$ go install
$ fleet-ui -etcd-peer=[your_etcd_peer_ip]
run web server
$ cd angular
$ npm install
$ bower install
$ grunt serve
References:
Check your environment:
$ go version
go version go1.3 darwin/amd64
$ echo $GOPATH
/Users/your_name/workspace/go
clone your forked github repository to workspace($GOPATH)
$ mkdir $GOPATH/src/github.com
$ cd $GOPATH/src/github.com
$ git clone git@github.com:your_name/fleet-ui.git
here's an example:
bin/
pkg/
src/
github.com/
your_name/
fleet-ui/
.git/
Dockerfile
README.md
app.go
start.sh
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.