edocker/edocker.1

27 lines
809 B
Groff
Raw Normal View History

2022-04-14 11:31:52 +02:00
.\" Manpage for edocker - docker (compose) editor
2022-04-14 11:25:23 +02:00
.\" Contact marco@raber.me to correct errors or typos.
2022-04-14 11:31:52 +02:00
.TH man 8 "14 April 2022" "1.0" "edocker man page"
2022-04-14 11:25:23 +02:00
.SH NAME
2022-04-14 11:31:52 +02:00
edocker \- edit docker (compose) conf
2022-04-14 11:25:23 +02:00
.SH SYNOPSIS
ne [FILENAME] [-y] [-c EDITOR] [-p sudo]
.SH DESCRIPTION
2022-04-14 11:31:52 +02:00
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).
2022-04-14 11:25:23 +02:00
.SH OPTIONS
2022-04-14 11:31:52 +02:00
edocker options:
2022-04-14 11:25:23 +02:00
.TP
.B \-h
Display usage
.TP
.B \-c [text editor]
2022-04-14 11:31:52 +02:00
use an editor other than vim (default)
2022-04-14 11:25:23 +02:00
.TP
2022-04-14 11:31:52 +02:00
.B \-f [filename]
if the docker-compose a name other than (docker-compose.yml) it will look for [filename] to edit
2022-04-14 11:25:23 +02:00
.SH SEE ALSO
2022-04-14 11:31:52 +02:00
docker-compose
2022-04-14 11:25:23 +02:00
.SH BUGS
eh ditemeli voi
.SH AUTHOR
Marco Raber (marco@raber.me)