easydocker-cli

A CLI tool for managing docker easily

Usage no npm install needed!

<script type="module">
  import easydockerCli from 'https://cdn.skypack.dev/easydocker-cli';
</script>

README

easydocker-cli

A CLI tool for humans to manage docker container and images easily without dealing with IDs.

Run (Recommended):

npx easydocker-cli <command>

or use npm/yarn to install the command globally:

yarn global add easydocker-cli

The following commands are currently supported:

Commands

Kill/Stop (running) containers

Choose between running containers:

easydocker stop

Choose between all containers:

easydocker stop --all

After running that command you can choose between the different container names.