Skip to content

mycli in a tiny Docker image powered by Alpine Linux

License

Notifications You must be signed in to change notification settings

diyan/mycli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mycli-docker

mycli in a tiny Docker image powered by Alpine Linux

How to use this image

Print help:

docker run --rm diyan/mycli --help

Run MySQL server if you don't have it:

docker run -d --name=mysql \
  -p 3306:3306 \
  -e MYSQL_ROOT_PASSWORD=secret \
  mysql:5.7

Run mycli:

docker run --rm -ti --name=mycli \
  --link=mysql:mysql \
  diyan/mycli \
  --host=mysql \
  --database=mysql \
  --user=root \
  --password=secret

About

mycli in a tiny Docker image powered by Alpine Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published