Skip to content

Instantly share code, notes, and snippets.

View pvgomes's full-sized avatar
:octocat:
Focusing

Paulo Victor L.L. Gomes pvgomes

:octocat:
Focusing
View GitHub Profile
# HINTS
## Add self to the docker group (run docker without sudo)
sudo gpasswd -a myusername docker
## Get container ID
alias dl='docker ps -l -q'
## Get container IP
docker inspect --format='{{ .NetworkSettings.IPAddress }}' `dl`
docker inspect `dl` | grep IPAddress | cut -d '"' -f 4
@pvgomes
pvgomes / GIF-Screencast-OSX.md
Created April 9, 2017 15:05 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: