Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```