이 콘텐츠는 선택한 언어로 제공되지 않습니다.
5.2. config:delete, delete
Abstract
deletes a configuration from the container
Synopsis 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
config:delte
[
--help
] [[
-f
] | [
--use-file
]] [
--no-delete-cfg-file
] {
pid
}
Details 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
When you delete a configuration, the change is made directly on the running container. Any properties set in the configuration are reverted to their default values and the behavior of the container will be immediate.
If you use the
--no-delete-cfg-file
argument, the original settings can be reloaded from the configuration file.
Arguments 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Table 5.2, “config:delete Arguments” describes the command's arguments.
Option | Interpretation |
---|---|
--help | Displays the online help for this command. |
-f , --use-file | Use a filename instead of the PID to locate the configuration. |
--no-delete-cfg-file | Does not delete the associated configuration file from the container's etc folder. |
pid | Specifies the configuration's persistent identifier. |