Configure docker container using luci-app-dockerman

could not find any quide on how to use luci-app-dockerman to set this configuration

docker run --name osticket_mysql -d -e MYSQL_ROOT_PASSWORD=secret \
 -e MYSQL_USER=osticket -e MYSQL_PASSWORD=secret -e MYSQL_DATABASE=osticket mariadb

any suggestion would be highly appreciated

it was very easy
just paste the command line into the resolve cli dialog

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.