Skip to main content

Questions tagged [docker]

For questions about building and running Docker containers. DOCKER QUESTIONS MUST BE SPECIFICALLY RELATED TO SOFTWARE DEVELOPMENT. Suitable topics include Dockerfiles, Docker Compose, and architecture. As a rule of thumb, if your question is about something happening inside the container, it's probably on-topic here; if it's outside the container, it is probably off-topic.

2 votes
0 answers
21 views

Persistent Volumes using Docker Compose (Dokploy, Directus)

I'm relatively new to Docker and trying to learn self-hosting to host some small projects. I use a reasonably new PaaS tool called Dokploy to manage my containers. I have been trying to run Directus (...
Ere Männistö's user avatar
-2 votes
0 answers
21 views

Cannot claim back hard disk space used by Docker [closed]

I have a problem with reclaiming hard disk space used by an application which used Docker for installation. I have read some articles about reclaiming disk space used by Docker by nothing seems to ...
km1234's user avatar
  • 2,265
0 votes
0 answers
9 views

EPIPE error when starting Vite and React project

I'm facing a problem when trying to start my application using Vite and React, published through Jenkins and monitored by Grafana. The EPIPE error occurs repeatedly, and the application constantly ...
Wesley Raeel's user avatar
-1 votes
0 answers
18 views

Docker & gVisor

I am making a server that is a code runner that runs on a docker container : the user send the code and I make a file for it and then run it the problem is when running harmful code. like if he sends ...
Dracule Mihawk's user avatar
0 votes
0 answers
13 views

React App in Docker with Nginx Serving Without CSS

I am trying to deploy a React application using Docker and serve it with Nginx, mostly based on this. The app works perfectly when running locally using npm start, but when served through Docker and ...
Feds.null's user avatar
0 votes
0 answers
26 views

Multi-module maven application Dockerfile problem [duplicate]

My goal would be that I create 3 services. 1 for the DB 1 for the main application (depends on DB) 1 for testing purposes (depends on main application) First I would like to do this with just 2 ...
DoWhileFor's user avatar
1 vote
0 answers
10 views

Cannot create subdirectory under a directory with 777 permission [closed]

I am unsure if this is related to docker or ubuntu. I got a docker image from coworker and working inside it. I created a container based on the image with volume mapping to host system like docker ...
Chard Lee's user avatar
1 vote
1 answer
18 views

--shm_size change for Docker in Nextflow pipeline: containerOptions not seeming to work

I am trying to increase the shared memory size for the Docker image being used to run a Nextflow pipeline. Per some indications online, I have added the following to my config file: docker { ...
ekofman's user avatar
  • 419
0 votes
1 answer
22 views

Docker volumes and MySQL data access

I am currently writing an automated check-in system in flask with a MySql database. I want the code to run indefinitely, so I've deployed the app and database on Docker. This way I can keep iterating ...
irishcomputing's user avatar
-1 votes
0 answers
16 views

How to provide a file to a Docker container at runtime and ensure it is accessible during container execution?

I'm working on a project where I need to provide a text file to a Docker container at runtime. This file must be accessible and used by the container during its execution. The bottom line is that the ...
prostwp's user avatar
0 votes
0 answers
16 views

Running .NET Framework 4.7 DLLs in a Docker Container on Windows

I have an application for which I only have the compiled DLL files, but I do not have the source code. Is it possible to add the DLL's into a Docker container and run them using .NET Framework 4.7 on ...
Gazi Këpuska's user avatar
1 vote
1 answer
32 views

ng not found error when building Angular project using dockerfile

I came into a very strange issue yesterday. I have been working on an Angular project and deploying using docker. Everything works fine till yesterday, all of sudden I cannot build the docker image. ...
AoLiGei's user avatar
  • 51
0 votes
0 answers
10 views

invoiceplane docker has php error connection reset by peer

i try to launch invoiceplane project this code is from github project source: https://github.com/InvoicePlane/InvoicePlane all container except php is work correctly but have an error when : curl iv....
hamid skandari's user avatar
0 votes
0 answers
10 views

Docker read files from network drive with unicode characters in name

I have a .net application which runs in a Linux Docker conatainer. I have mounted a Windows folder via network share. Some file names contain Unicode characters (Georgian letters in my case) and I am ...
DEPARTED's user avatar
  • 284
-2 votes
0 answers
26 views

Building binaries with qemu or cross building give different binaries [closed]

I've been building a tool written in Rust and I do the release builds with GitHub Action. Considering I want to release a version for linux amd64 and linux arm64, I need to cross build the binary or ...
Jeremie's user avatar
  • 375

15 30 50 per page
1
2 3 4 5
9251