Pdocker is a simple terminal UI to maintain and manage personal projects in Docker.
These instructions will get you a copy of the project up and running on your local machine.
- Mac OS
- Docker
- Bash
A step by step series of examples that tell you how to get a pdocker running
Step 1: Clone the repo.
git clone https://github.com/g31s/pdocker.git
Step 2: Go to project directory and change permissions for build.sh && pdocker.sh
chmod +x build.sh
Step 3: Run build.sh
./build.sh
Step 4: Type pdocker in terminal
pdocker
Note: if pdocker dosn't work. Start your terminal again or source bash_profile
pdocker n
or
pdocker new
pdocker
And select container ID/Name
pdocker op
or
pdocker open_port
pdocker d
or
pdocker delete
pdocker da
or
pdocker delete_all
pdocker h
or
pdocker help
- g31s - Initial work - g31s
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details