Skip to content

Instantly share code, notes, and snippets.

ssh-add -L
ssh-add -K ~/.ssh/id_rsa
sudo ssh-add -K ~/.ssh/id_rsa
$bg-light: #f6f6f6;
$border-light: #ddd;
$text-light: #888;
$text-color: #666666;
// Containers
.container-xs {
max-width: 450px;
margin-left: auto;
@tomrishworth
tomrishworth / gist:b457157620728074fcd6a086477a991a
Created November 30, 2017 19:57
CINSF API Docker Commands
docker exec -it cinsf-api-web bash
.flex-even {
flex: 1 0 0px;
}