Skip to content

whisklabs/fastboot-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build container:

docker build -t fastboot-mysql-tmp mysql/5.7/

run test container

 docker run -e MYSQL_DATABASE=test -e MYSQL_USER=test -e MYSQL_PASSWORD=test -e MYSQL_ROOT_PASSWORD=test fastboot-mysql-tmp mysqld

wait till it finish the initialisation process

docker ps

CONTAINER ID        IMAGE                COMMAND                  CREATED              STATUS              PORTS                                                      NAMES
0d05ae55473f        fastboot-mysql-tmp   "docker-entrypoint..."   About a minute ago   Up 59 seconds       3306/tcp                                                   gifted_nightingale

Commit container

docker stop 0d05ae55473f
docker commit 0d05ae55473f quay.io/whisk/fastboot-mysql:5.7.19

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published