Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameersbn/docker-extras
Helper scripts for everyday docker use.
https://github.com/sameersbn/docker-extras
Last synced: about 1 month ago
JSON representation
Helper scripts for everyday docker use.
- Host: GitHub
- URL: https://github.com/sameersbn/docker-extras
- Owner: sameersbn
- Created: 2014-07-07T18:03:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T15:06:23.000Z (over 9 years ago)
- Last Synced: 2024-05-02T00:52:05.075Z (7 months ago)
- Language: Shell
- Size: 117 KB
- Stars: 19
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table of Contents
- [Introduction](#introduction)
- [Install](#install)
- [Commands](#commands)
- [Uninstall](#uninstall)# Introduction
Helper scripts for everyday docker use.# Install
```
git clone https://github.com/sameersbn/docker-extras.git
cd docker-extras
sudo make install
```# Commands
- `docker-purge` : *removes stopped containers and/or unnamed images*
- `docker-ip` : *get ip address of a running container*
- `docker-last` : *get id of the most recent container*
- `docker-ip-last`: *get ip address of the most recent container*
- `docker-stop-last`: *stop the most recent container*# Uninstall
```bash
sudo make uninstall
```