jowolf / thinkorswim

Dockerized ThinkOrSwim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThinkOrSwim Image

This repository provides a way to run TD Ameritrade's ThinkOrSwim in a Docker container.

Requirements

  • Docker
  • X Server

Build

This script builds your image.

./build.sh

Run

This script brings up a container, allowing you to login to the application.

./run.sh

If you get an error related to DISPLAY, you may have to run:

xhost +local:$(id -un)

About

Dockerized ThinkOrSwim


Languages

Language:Dockerfile 77.6%Language:Shell 22.4%