Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drmikecrowe/rerun-docker
- Owner: drmikecrowe
- License: apache-2.0
- Created: 2016-06-17T11:34:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T20:03:54.000Z (almost 8 years ago)
- Last Synced: 2024-11-05T21:14:13.472Z (2 months ago)
- Language: C
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*