We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run rsyslog/syslog_appliance_alpine show-config show-config displays edited config
docker run rsyslog/syslog_appliance_alpine show-config show-config
docker run rsyslog/syslog_appliance_alpine show-config show-config displays old config
docker run -ti rsyslog/syslog_appliance_alpine edit-config
edit-config - edit container config (with vi editor, press <ESC>ZZ to quit)
:wq
The text was updated successfully, but these errors were encountered:
you have to use docker exec instead of docker run
docker exec
docker run
docker exec runs a command inside an running container, and docker run will spin up a new container
Sorry, something went wrong.
Thanks much for your response! Did not think about this, despite it looks obvious. Thanks
No branches or pull requests
Expected behavior
docker run rsyslog/syslog_appliance_alpine show-config show-config
displays edited config
Actual behavior
docker run rsyslog/syslog_appliance_alpine show-config show-config
displays old config
Steps to reproduce the behavior
docker run -ti rsyslog/syslog_appliance_alpine edit-config
edit-config - edit container config (with vi editor, press <ESC>ZZ to quit)
as stated in help, then
:wq
to save and exit form VIMEnvironment
The text was updated successfully, but these errors were encountered: