Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dockerps

sadorlovsky3MIT0.5.2

A better docker ps

dockerps, pretty, docker, ps, cli, utility

readme

dockerps

Build Status Coverage Status

A better docker ps

screenshot

Install

$ npm install -g dockerps

Usage

# show running containers
$ dockerps

# show all containers
$ dockerps --all

# show the latest created container
$ dockerps --latest

# show 2 last created containers
$ dockerps --last 2

License

MIT © Zach Orlovsky

changelog

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.5.2 - 2016-08-31

Fixed

  • Fix handle.writeLatin1String is not a function issue by updating node-mitm

0.5.1 - 2016-08-13

Fixed

  • Fix issue with eslint-plugin-ava

0.5.0 - 2016-08-13

Added

  • @sadorlovsky codestyle

Changed

  • Use docker remote api instead of parsing docker ps stdout
  • Update dependencies
  • Update test
  • Use coveralls
  • Refactor pretty much the whole code

Removed

  • Remove filter option (because i hope i will replace it by better filter feature)

0.4.1 - 2016-03-21

Changed

  • Small refactoring

0.4.0 - 2016-03-01

Changed

  • Use babel for transpiling es6 syntax
  • Use ava for testing

0.3.0 - 2016-02-22

Added

  • -f, --filter option

0.2.3 - 2016-02-22

Changed

  • Replace fat line by thin line in table print

0.2.2 - 2016-02-14

Added

  • -v, --version option

0.2.1 - 2016-02-13

Changed

  • print function refactoring

0.2.0 - 2016-02-13

Changed

  • Print every port on a new line

0.1.1 - 2016-02-13

Fixed

  • Fix container status error
  • Fix solecism in no containers message

0.1.0 - 2016-02-13