#!/bin/sh docker build -t db_image Dockerfiles/app docker run -it --network="host" -v /home/user/Bureau/Datasets:/Datasets db_image:latest