Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 532 Bytes

README.DOCKER.md

File metadata and controls

23 lines (14 loc) · 532 Bytes

Bux Console


How to use this image


starting new instance

docker run -p 127.0.0.1:3000:3000 ${DOCKERHUB_OWNER}/${DOCKERHUB_REPO}:latest

override default config

In order to override the default variables, an additional env-config.json needs to be created in the host filesystem. For example:

{
  "serverUrl": "http://localhost:3003/v1"
}

docker run -p 127.0.0.1:3000:3000 -v /host/path/to/env-config.json:/usr/share/nginx/html/env-config.json ${DOCKERHUB_OWNER}/${DOCKERHUB_REPO}:latest