Skip to content

iwd-sys/mysql-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mysql-client

Usage :

If linked, take the env variables DB_NAME, DB_PASS and DB_USER from source container to feed it to this mysql-client container.

docker run --rm -ti --link=:mysql iwdrepo/mysqlclient -e "show databases;"

If not linked, pass it with the -e parameter

docker run --rm -ti -e DB_NAME=<> -e DB_PASS=<> -e DB_USER=<> iwdrepo/mysqlclient -e "show databases;"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages