Skip to content

AsaelSolorio/Docker_MariaDB_Python_Container

Repository files navigation

mariaDB-docker-example

MariaDB Docker Demonstration Example

Build Docker image

  • Start Docker Desktop
  • Build image container
docker compose up 
  • Need to have installed python and then install the "requirements.txt" file
pip install -r requirements.txt
  • Run container
python batch_process.py
  • Check data generated in the container
python view_sql.py

Check data in MariaDB bash inside the container

docker exec -it mariadb[container_name] bash

About

Testing Docker technollogy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published