Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
3 views

Error response from daemon: error while creating mount source path '/var/www/todo/todo-app': mkdir /var/www: read-only file system

todo-app/docker-compose.yml version: '3.8' services: laravel: build: context: . dockerfile: Dockerfile ports: - "8080:8080" env_file: - .env ...
Fil's user avatar
  • 8,645
0 votes
1 answer
18 views

Unable to update Node.js in pre-built Docker container

I have a project that's inside a pre-built docker container which uses Node v14. I have been let know that the container was pulled like this a long time ago: docker pull node:20-alpine.. but not much ...
Psypher's user avatar
0 votes
1 answer
20 views

Handling secret env variables in Docker container via GitHub Actions

How can I dockerize an .env file while keeping the variables secret? I have an .env file that is hidden by a .gitignore and .dockerignore. I have an .env file that is hidden by a .gitignore and ....
beepbeepboop's user avatar
0 votes
0 answers
10 views

Mount new volume on existing running container (From Terminal, no Scripting) [duplicate]

In windows like host SO, If I have an existing container "LAMP-Container" and I have created a new volume with this command: docker volume create --driver local --opt type=none --opt device=...
Francisco IA Lover's user avatar
0 votes
1 answer
13 views

See docker name of services in petitions inside the same docker network

so I have multiple services runing in the same docker network with flask they are set like this: version: '3' services: login: build: context: ./repo_login dockerfile: Development....
Miguel Robledo's user avatar
1 vote
0 answers
26 views

Clean / Purge data in docker desktop with command line

I am using docker desktop 4.29 enterprise version. I have noticed that there are few cached data that is getting increase after every run. This is getting cached in folder "C:\Users\...
Abhishek Maurya's user avatar
0 votes
0 answers
14 views

Use .sh file to build image in docker compose

I have a docker compose file that works fine on my Windows/WSL environment. I am trying to deploy it to a Ubuntu server. I get the following error unable to prepare context: path "/home/dev/...
The Governor's user avatar
0 votes
0 answers
21 views

Apache Superset Google BigQuery extended image error

I want to install Google Big Query Database Driver into my Superset configuration. I use official documentation I tried using this tip but it did not work. Steps I do: git clone https://github.com/...
KurczakChrupiacy2's user avatar
-2 votes
0 answers
23 views

Frontend does not show working correctly when uploading to a server from visual studio code in Java [closed]

It works locally perfectly, when I upload it to the server it loads fine but it has no functionality, the APIs are in status 200 and I don't get any errors Dockerfile of the frontend FROM maven:3.8.4-...
Juan Muñoz's user avatar
0 votes
0 answers
24 views

Connection timeout to redis docker image from spring boot app when using VPN

I have a spring boot app thats running NOT in docker. For local test runs, I have a docker-compose.yml to start required tools: services: redis: image: hub.server.lan/redis:5.0.14 ports: ...
Fl.pf.'s user avatar
  • 345
0 votes
0 answers
24 views

Google Gemini (Vertex AI) Raising RECITATION errors upon Docker containerization

I'm trying to use Gemini 1.5 Flash to generate JSON data from text documents. Originally, I was running into the following issues related to copyright: Unexpected error during attempt 5: Cannot get ...
Avik Samanta's user avatar
-1 votes
0 answers
18 views

Error response from daemon: network spark-hive not found

While starting the docker containers with the below command, docker-compose up -d got the "Error response from daemon: network spark-hive not found". Solution: In the docker-compose.yml ...
Balachandra Nathella's user avatar
-1 votes
1 answer
23 views

Docker compose multiple Etherpad with apache frontal

I have a problem with a service built with a docker compose, I don't understand what's wrong. I have a Debian server on which I want to host 3 instances of Etherpad, each with its own configuration. ...
Aurélien Grimpard's user avatar
-1 votes
0 answers
10 views

Number of cores used in free Hugging Face Space

I’m trying to run a Python Flask application with a Docker configuration in a Hugging Face space. I have the free settings for CPU basic which claims to be 2vcpu, however I’m getting licensing errors ...
Eric Mariasis's user avatar
-1 votes
0 answers
13 views

Using Supervisord with Laravel and Docker for Queue system

I wanna use supervisord in my application for queue system but I didn't make Dockerfile and docker-compose.yml. How do I solve this problem This file is Dockerfile FROM php:8.2 RUN apt-get update -y &...
M.Eren YILMAZ's user avatar

15 30 50 per page
1
2 3 4 5
1826