1.1.1 • Published 6 years ago

dockerexc v1.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

What's this?

Run command bellow on your chosen container. You can choose container with arrows.

docker exec -it container_id /bin/bash

You also can add your projects and start them from anywhere, you just need to set name and path to docker-compose.yml

dockerexc --name="ProjectName" --path="/Users/user/project/docker-compose.yml"

After you add your projects you will be able to use

dockerexc --start
dockerexc --stop

Install

You can install this by typing:

npm install -g dockerexc