An open API service indexing awesome lists of open source software.

https://github.com/phukon/docker.nvim

A Neovim plugin for managing docker images.
https://github.com/phukon/docker.nvim

Last synced: 7 months ago
JSON representation

A Neovim plugin for managing docker images.

Awesome Lists containing this project

README

          

![logo](https://github.com/user-attachments/assets/9d9b5fb9-a14f-4e07-9b7d-1a707ce650a4)

docker.nvim



A Neovim plugin that helps you manage your Docker image, providing an interactive interface to view and run Docker containers.



## Features

- List all Docker images with an interactive fuzzy finder
- Preview detailed image information
- Quick container launching with a single keystroke
- Fuzzy search through image repositories and tags

https://github.com/user-attachments/assets/c6fb2ee5-5b88-4de5-ac75-0c74175064c5

## Prerequisites
- Neovim (>= 0.9.5)
- [Telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
- [Docker](https://www.docker.com/) installed and running
- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)