Recently Updated Pages
Usefull commands
QuickRun
Docker
Updated 8 months ago by Joey Tribbiani
The most elegant way to remove all non-running containers seems to be: docker rm $(docker ps -q ...
Docker! Why
QuickRun
Docker
Updated 8 months ago by Joey Tribbiani
Docker containers have become the de facto development standard, but it's worth mentioning that...
Install Docker
QuickRun
Docker
Updated 8 months ago by Joey Tribbiani
Quick Install curl -fsSL https://get.docker.com | bash sudo groupadd docker sudo usermod -aG d...
Nginx uWSGI Flask Python2
QuickRun
Python
Updated 9 months ago by Joey Tribbiani
Flask + Virtual Env Python 2.7 Virtual Env pip2 install virtualenv cd /home/user/web/domain v...
How to link multiple docker-compose services via network
QuickRun
Docker
Updated 9 months ago by Joey Tribbiani
This scenario came from a question I was asked docker-compose and network connectivity between se...