🦧 ❤️ 🐳 A minimalist TUI to interract faster with Docker
Add my tap
brew tap abroudoux/tapThen you'll be able to download it using
brew install abroudoux/tap/dkCongratulations!
dk --version
# _ _
# __| | | __
# / _` | |/ /
# | (_| | <
# \__,_|_|\_\
# dk version 0.3.0You can create the binary with
go build -o dk ./cmd/main.goThen paste it in your bin directory (e.g., on MacOS it's /usr/bin/local)
Don't forget to grant execution perssions
chmod +x dkYou can now use dk!
dk --version
# _ _
# __| | | __
# / _` | |/ /
# | (_| | <
# \__,_|_|\_\
# dk version 0.3.0### Taskfile
Install Taskfile and use it to run the program
task runExecute the binary by using
go build -o ./bin/dk ./cmd/main.go && ./bin/dkTo contribute, fork the repository and open a pull request detailling your changes.
Create a branch with a conventionnal name.
- fix:
bugfix/bug-fixed - features:
feature/amazing-feature - test:
test/famous-test - refactor
refactor/great-change
-
-itmode - Volumes management
- Networks management
- Create images from source
-
-envflag when running a container
This project is under MIT License.
