Scroll to top
© 2018 All Rights Reserved.
Share

Technical Analysis Library (TA-Lib) Docker Container for Python

TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data.Use this Github repository to start with your…

Dominik Sachsenhofer 13. September 2018

Setup Tor in a Docker Container

What is Tor? Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom…

Dominik Sachsenhofer 6. July 2018

A Template for a Python Microservice on Kubernetes

This is a template for a Python microservice on Kubernetes. Checkout repository: git clone https://github.com/sachsenhofer/microservice_python.git Want to…

Dominik Sachsenhofer 15. June 2018

How to Install Splash to use Tor/Privoxy in a Docker Cloud Stack

What is Splash? Splash is a javascript rendering service. It’s a lightweight web browser with an HTTP API, implemented in Python 3 using Twisted and QT5. The (twisted)…

Dominik Sachsenhofer 24. October 2017

Stop/Remove all Docker Containers

Stop and Remove All Docker Containers docker stop $(docker ps -a -q) docker rm $(docker ps -a -q)

Dominik Sachsenhofer 23. October 2017

Creating a Docker Swarm on AWS using Terraform

What is Terraform? Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service…

Dominik Sachsenhofer 4. October 2017