edocker/edocker.1
2022-04-14 11:31:52 +02:00

27 lines
809 B
Groff

.\" Manpage for edocker - docker (compose) editor
.\" Contact marco@raber.me to correct errors or typos.
.TH man 8 "14 April 2022" "1.0" "edocker man page"
.SH NAME
edocker \- edit docker (compose) conf
.SH SYNOPSIS
ne [FILENAME] [-y] [-c EDITOR] [-p sudo]
.SH DESCRIPTION
edocker is a script that launches your preferred text editor to edit the docker-compose file. Once you close the editor checks if the file changed and, if asked to, makes docker recreate the container(s).
.SH OPTIONS
edocker options:
.TP
.B \-h
Display usage
.TP
.B \-c [text editor]
use an editor other than vim (default)
.TP
.B \-f [filename]
if the docker-compose a name other than (docker-compose.yml) it will look for [filename] to edit
.SH SEE ALSO
docker-compose
.SH BUGS
eh ditemeli voi
.SH AUTHOR
Marco Raber (marco@raber.me)