Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 914 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 914 Bytes

openbb-docker

OpenBB terminal system in a Docker container accessible via a web-browser.

Requirements

  • Docker

Setup

docker build -t ghcr.io/firefly2442/openbb-docker:latest .

Running

docker run -p 6080:80 --name=openbb-docker ghcr.io/firefly2442/openbb-docker:latest

Open http://localhost:6080

Double-click the OpenBB launcher on the desktop and pick "Execute".

Teardown

CTRL + C
docker rm <id>

Security

Depending on where you are running this and/or your network settings, this container could be visible to the outside world. Be careful that this not be used as an attack vector onto your systems.

References