Helper scripts for everyday docker use.
git clone https://github.com/sameersbn/docker-extras.git
cd docker-extras
sudo make install
docker-purge: removes stopped containers and/or unnamed imagesdocker-ip: get ip address of a running containerdocker-last: get id of the most recent containerdocker-ip-last: get ip address of the most recent containerdocker-stop-last: stop the most recent container
sudo make uninstall