Skip to content
New issue

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

added -e parameter to run docker without error #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 6, 2021

  1. Update agentless.md

    Added the -e MYSQL_ROOT_PASSWORD=pass in docker run.
    
    docker run --log-driver syslog \
    --log-opt syslog-address=tcp://logiqserver-devtest.example.com:514 -e MYSQL_ROOT_PASSWORD=pass \
    --log-opt syslog-format=rfc3164 --log-opt tag=mysql --name mysql3 -d mysql
    hegdesandesh25 authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    4cb6a9c View commit details
    Browse the repository at this point in the history