-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
suppose you had foo.conf:
exec /path/to/bin --cluster {name} \
--some-option \
--another-option
the following would create /etc/init/foo.conf where {name} is prompted for a value
or accepted via --name:
# Creating foo.conf as {name}
copy foo.conf /etc/init/foo.conf
the canonical version would be something like:
COPY /etc/init/foo.conf {
exec /path/to/bin --cluster {name} \
--some-option \
--another-option
}
Metadata
Metadata
Assignees
Labels
No labels