Skip to content

Instantly share code, notes, and snippets.

View jeffrschneider's full-sized avatar

Jeff Schneider jeffrschneider

View GitHub Profile
from selenium.webdriver import Chrome
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
import time
import os
import boto3
from botocore.exceptions import ClientError
import requests
@jeffrschneider
jeffrschneider / gist:8285573
Created January 6, 2014 16:43
Distributed computing concepts, as implemented by OTS solutions.
// Part I, Docker / Info
- Docker Container
- Linux Container
- Nested Container, see: https://github.com/dotcloud/docker/wiki/Docker-in-Docker
- ;; should we state what we mean when we say only "container"?
- Container State (running or exited)
- Isolation (the goal)
- Namespacing (pid,net, ipc, mnt, uts)
- Idempotent Infrastructure
- Link Containers