Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docka

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docka

docka is a CLI helper for common Docker commands. It makes repetitive commands like `docker-compose ...` into short and easy to remember commands.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

docka

docka is a little CLI helper for common Docker commands. It makes repetitive commands like docker-compose ... into short and easy to type/remember commands. It's also really easy to extend and add any additional commands which make your daily developer life easier.

Installing

npm i docka -g

Usage

# logs

Tails the logs for a given container

Usage:

docka logs <container>


# start

Starts all or a specific container

Usage:

docka start <container> (optional)


# stop

Starts all or a specific container

Usage:

docka stop <container> (optional)


# restart

Restarts all or a specific container

Usage:

docka restart <container> (optional)


# ssh

Give ssh (bash) access to a container

Usage:

docka ssh <container>


# ps

Lists all containers

Usage:

docka ps


# build

Builds Docker containers with docker-compose file

Usage:

docka build


# images

Lists all Docker images

Usage:

docka images


# prune

WARNING: This removes all stopped containers

Usage:

docka prune


# cleanup

WARNING: This removes all dangling (non used/tagged) images

Usage:

docka cleanup


# killall

WARNING: This stops and removes ALL containers.

Usage:

docka killall


# stats

Gets the running stats of all containers

Usage:

docka stats


# version

Shows the app version

Usage:

docka -v


Keywords

FAQs

Package last updated on 08 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc