Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 514 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 514 Bytes

docker edit

sudoedit but for files in Docker volumes.

Installation

$ echo "FROM vlnd/docker-edit" | docker buildx build - -o type=local,dest=$HOME/.docker/cli-plugins --pull

Usage

$ docker edit <volume> <file-path-in-volume>

Building

$ make         # Build bin/docker-edit binary
$ make install # Install binary to ~/.docker/cli-plugins

Demo

demo