Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.16 KB

Dock 🐳

Build & Release Latest Stable Version License

Introduction

Dock is a GUI tool made with CLI to manage Docker.

Install

Option 1: Manually

Download latest release: https://github.com/damiencriado/dock/releases

Make dock executable:

chmod +x /usr/local/bin/dock

Option 2: Automatically

Use this shell script to install dock to /usr/local/bin/dock

sudo mkdir -p /usr/local/bin && curl -L -o /usr/local/bin/dock $(curl -s https://api.github.com/repos/damiencriado/dock/releases/latest | grep "browser_" | cut -d\" -f4) && sudo chmod +x /usr/local/bin/dock

Usage

$ dock

If docker-compose.yml is found in current dir, some docker-compose options will be available.

Update

$ dock self-update