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