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.
- Host: GitHub
- URL: https://github.com/phukon/docker.nvim
- Owner: phukon
- License: mit
- Created: 2024-12-29T20:07:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T15:43:35.000Z (9 months ago)
- Last Synced: 2025-01-27T21:25:52.355Z (8 months ago)
- Language: Lua
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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 tagshttps://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)