Skip to content

🐳 🔧 Interactive command line tool for Docker

Notifications You must be signed in to change notification settings

marcenacp/easy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-docker

easy-docker is a simple wrapper around Docker commands, written in Node.

Usage

  • dbash: docker exec -it CONTAINER_ID /bin/bash
  • dip: docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' CONTAINER_ID
  • dkill: docker kill CONTAINER_ID
  • dlogs: docker logs --follow CONTAINER_ID
  • drestart: docker restart CONTAINER_ID
  • dsh: docker exec -it CONTAINER_ID /bin/sh
  • dstop: docker stop CONTAINER_ID

Installation

  • Install from Github
git clone git@github.com:marcenacp/easy-docker.git
cd easy-docker/
npm install
npm link
  • Use all shortcuts listed above

About

🐳 🔧 Interactive command line tool for Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published