MariaDB Docker Demonstration Example
- 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.pyCheck data in MariaDB bash inside the container
docker exec -it mariadb[container_name] bash