# Galaxy deployed on docker cannot load dataset and execute the job

**URL:** https://help.galaxyproject.org/t/galaxy-deployed-on-docker-cannot-load-dataset-and-execute-the-job/11343
**Category:** Uncategorized
**Tags:** devops-administration, galaxy-docker
**Created:** [December 21, 2023, 2:26am UTC](https://help.galaxyproject.org/t/galaxy-deployed-on-docker-cannot-load-dataset-and-execute-the-job/11343 "2023-12-21T02:26:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chenjibzh](https://sea2.discourse-cdn.com/flex020/user_avatar/help.galaxyproject.org/chenjibzh/32/5004_2.png) [@chenjibzh](https://help.galaxyproject.org/u/chenjibzh)
#### Post date: [December 21, 2023, 2:26am UTC](https://help.galaxyproject.org/t/galaxy-deployed-on-docker-cannot-load-dataset-and-execute-the-job/11343/1 "2023-12-21T02:26:18Z")

</div>

Hi,

I used the image of `galaxy/galaxy-min:latest`, and `galaxy.yml` is the default except for the administrator email configuration. `Upload data` selects a local file and does not specify the data type. A history record will be created after the upload is completed. After waiting for a long time, I found that the job was not executed and the status was gray. So I went to check in the docker container, and the current data was not loaded into the docker container. I checked the file paths specified by `data_dir` and `job_working_directory` in the configuration and found that they were not created in the docker container.

When I click the view data button of the file I just uploaded in the history, 404 not found is returned.

Then I tested selecting the data type and uploading the same file, but the history record also showed no response. At this time, I looked at docker logs and found the following errors.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/galaxy/original/2X/a/a1af06db978354710648b6e2e18bbc745069311b.jpeg)  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/galaxy/original/2X/c/c8411ec7517f682c08bd9830bf8a4ca3708639b4.jpeg)

How should I solve this problem and configure Galaxy so that I can upload the data set and execute the job.

Caleb
