zitryss / ulauncher-docker

Manage your Docker containers from Ulauncher

Home Page:https://ext.ulauncher.io/-/github-brpaz-ulauncher-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ulauncher-docker

Manage your Docker containers from Ulauncher

Ulauncher Extension CI Status License

Demo

Demo

Features

  • Lists all running Docker containers
  • Display container name, image, ip and exposed ports.
  • Allow executing common actions on containers like tailing logs, open a shell, start, stop and restart.
  • And more

Requirements

  • Ulauncher 5
  • Python >= 3
  • Docker daemon running on your machine

This extension also needs docker-py.

To install it, after installing the extension, run the following command on your terminal:

cd ~/.local/share/ulauncher/extensions/com.github.brpaz.ulauncher-docker
pip3 install -r requirementx.txt

Install

Open ulauncher preferences window -> extensions -> add extension and paste the following url:

https://github.com/brpaz/ulauncher-docker

Usage

On Ulauncher, type Docker to see the available commands:

Extension Commands

Development

git clone https://github.com/brpaz/ulauncher-docker
make link

The make link command will symlink the cloned repo into the appropriate location on the ulauncher extensions folder.

To see your changes, stop ulauncher and run it from the command line with: ulauncher -v.

Contributing

Contributions, issues and Features requests are welcome.

Show your support

Buy Me A Coffee

License

Copywright @ 2019 Bruno Paz

This project is MIT Licensed.

About

Manage your Docker containers from Ulauncher

https://ext.ulauncher.io/-/github-brpaz-ulauncher-docker

License:MIT License


Languages

Language:Python 95.1%Language:Makefile 4.9%