# voxl-inspect on docker

Source: https://forum.modalai.com/topic/2071/voxl-inspect-on-docker
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: voxl
Posted: 2023-04-13 13:19:41 UTC by hedd
Replies: 3 · Views: 1708

## hedd · 2023-04-13 13:19:41 UTC

hello !
i try to run “voxl-inspect-cpu " which is on host machine coded in a python script  and i want to execute it on docker ,but when i build and run the image with the script it dosen't give me the result that i want ,how can fix that ?

## Reply by hedd · 2023-05-11 14:28:19 UTC

@wilkinsaf  can you help !

## Reply by tom (ModalAI staff) · 2023-05-11 17:07:28 UTC

@hedd Docker containers don't have access to any programs outside of the scope of their container. Files from the host machine can be mounted inside the docker container: https://docs.docker.com/storage/bind-mounts/

It may be possible to run certain "voxl-" scripts inside the container if they're purely bash or python but this likely wouldn't work if they require a bunch of dependencies that are only available on the host machine.

## Reply by hedd · 2023-05-12 12:39:12 UTC

@tom there is no other methods for example use your nsenter ?!
