fkie-cad / FACT_docker

Dockerfile for building the FACT container
GNU General Public License v3.0
21 stars 10 forks source link

Docker compose up: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /tmp/fact-docker-mount-base-dir #47

Closed MattMills closed 4 months ago

MattMills commented 5 months ago

Just following the readme directions in the repo, results in an error below.

# docker compose up 
[+] Running 2/0
 ✔ Container fact_docker-redis-1          Running                                                                                                                                           0.0s 
 ✔ Container fact_docker-database-1       Running                                                                                                                                           0.0s 
 ⠋ Container fact_docker-fact-backend-1   Creating                                                                                                                                          0.0s 
 ⠋ Container fact_docker-fact-frontend-1  Creating                                                                                                                                          0.0s 
Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /tmp/fact-docker-mount-base-dir
MattMills commented 5 months ago

Oh and /tmp/fact-docker-mount-base-dir does exist on the local system, it's an empty directory.

MattMills commented 5 months ago

Reinstalling per https://docs.docker.com/engine/install/ubuntu/ seems to resolve this issue.

maringuu commented 4 months ago

Sorry for not coming back to you sooner. I am pretty bus with non FACT stuff currently. Since your issue seems to be resolved by reinstalling docker, I'll close this issue.

MattMills commented 4 months ago

No worries, and FACT looks great, I hope you guys keep adding to it, it's analysis is a bit limited right now.