Skip to content
Piotr Gankiewicz edited this page Dec 2, 2016 · 1 revision

Lockbox API is available at the Docker Hub registry as the image named Lockbox.Server.

docker pull lockbox/lockbox.server
docker run -p 5000:5000 lockbox.server

You can also use the docker-compose:

git clone https://github.com/Lockbox-stack/Lockbox.Server
docker-compose up

Clone this wiki locally