Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drmikecrowe/rerun-docker

Docker commands for http://rerun.sh
https://github.com/drmikecrowe/rerun-docker

Last synced: 13 days ago
JSON representation

Docker commands for http://rerun.sh

Awesome Lists containing this project

README

        

# docker

## SYNOPSIS

rerun [ARGS] docker: [ clean-all | clean-containers | clean-images | cpu | enter | exec-last-started | get-id | get-image | get-ip | get-state | ip | kill-all | memory | run | start-ui | update-hosts ] [OPTIONS]

## README

## COMMANDS

* [clean-all](commands/clean-all/index.html): Clean everything (docker containers, images, and vfs files)
* [clean-containers](commands/clean-containers/index.html): Removes all containers
* [clean-images](commands/clean-images/index.html): Removes all dangling images (i.e. not in use)
* [cpu](commands/cpu/index.html): Get the cpu used by all running containers
* [enter](commands/enter/index.html): Run an existing container and execute commands
* [exec-last-started](commands/exec-last-started/index.html): docker exec into the last container started
* [get-id](commands/get-id/index.html): Get the container ID of a docker container using the friendly name
* [get-image](commands/get-image/index.html): Get the image of a container using the friendly name
* [get-ip](commands/get-ip/index.html): Get the IP of a running docker container (using name or sha1)
* [get-state](commands/get-state/index.html): Get the state of a container using the friendly name
* [ip](commands/ip/index.html): Get the IP of a running container
* [kill-all](commands/kill-all/index.html): Kills all running containers
* [memory](commands/memory/index.html): Get the memory used by all running containers
* [run](commands/run/index.html): Run an existing container and execute commands
* [start-ui](commands/start-ui/index.html): Start docker-ui. Browse to http://localhost:9000/ to view/manage containers
* [update-hosts](commands/update-hosts/index.html): Update local /etc/hosts file with container IP addresses

## OPTIONS

* [mount](options/mount/index.html): Where to mount the current directory

## LIBRARY

* [functions.sh](lib/functions.html)

## METADATA

* `NAME` = docker
* `DESCRIPTION` = "Docker Shortcuts"
* `SHELL` = "bash"
* `VERSION` = 1.0.0
* `REQUIRES` =
* `EXTERNALS` =
* `LICENSE` =

----

*Generated by stubbs:docs Sat Mar 18 15:56:48 EDT 2017*