upload image and data
1.0.0
As a prerequisite you must have Docker installed in the Operatvo System: Obtain Docker
docker run --detach --name=mysql-dev --env="MYSQL_ROOT_PASSWORD=root" --volume /home/usuario/mysql/data:/var/lib/mysql --publish 6603:3306 mysql:5.7
Change the value of the parameter -volume for the directory you want
Import the default/app/sql/file_and_upload.sql file
docker-compose up -d --build
or simply ...
docker-compose up -d
Look at the website at http: // localhost: 8081
The option --build , is only for the first time or when the Docker files are changed.
docker-compose up (shows the log in the terminal)
docker-compose up -d (as a demon, without data in the terminal)