Skip to content

💥 Color output for Docker commands.

Notifications You must be signed in to change notification settings

cuphan/color-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Docker color output

This package allows you to run Docker commands and get a color output.

Requirements

  • php >= 7.0

Installation

Clone the repo and add the following line to .bashrc or .zshrc file.

source /path/to/repo/aliases

It creates convenient aliases to call commands.

Usage

You can also pass all arguments as you pass to the command.

Docker images

# docker images
di

docker images

Docker ps

# docker ps
dps
# docker ps -a
dps -a

docker ps

Docker compose

# docker-compose ps
dcps

docker-compose ps

About

💥 Color output for Docker commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.2%
  • Shell 1.8%