An open API service indexing awesome lists of open source software.

https://github.com/amodsachintha/vault-proto


https://github.com/amodsachintha/vault-proto

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

## Build Docker Image first
run this command in the directory where the **Dockerfile** is located.
*i.e: vault-proto/Dockerfile*

docker build -t vault .

## Then spin up a container from the image

docker run -it --name vault-proto -v ~/github/vault-proto:/vault-proto -p 8080:8080 -p 3000:3000 -p 4001:4001 vault


**Ctrl + C** to stop the container or `docker stop vault-proto`

## to start the container

docker start -i vault-proto

## use docker-compose to orchestrate multiple containers
install docker-compose, then

docker-compose up