Skip to content

iwd-sys/mysqldump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mysqldump

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/mysqldump

If not linked, pass it with the -e parameter

docker run --rm -ti -e DB_NAME=<> -e DB_PASS=<> -e DB_USER=<> iwdrepo/mysqldump

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages