# Exporter **Repository Path**: gibsonxue/Exporter ## Basic Information - **Project Name**: Exporter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-02 - **Last Updated**: 2021-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple Python Flask Dockerized Application# Build the image using the following command ```bash $ docker build -t ml_exporter:latest . ``` Run the Docker container using the command shown below. ```bash $ docker run -d -p 5000:5000 --volume=/:/chroot:ro ml_exporter:latest ``` The application will be accessible at http:127.0.0.1:5000 or if you are using boot2docker then first find ip address using `$ boot2docker ip` and the use the ip `http://:5000`