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

All Questions

Tagged with
0 votes
0 answers
16 views

My laravel project running with docker in Ubuntu does not see images [closed]

I am developing a laravel project using docker and I have a home/user/projects/myProject project in ubuntu to make this project faster. The problem is that my images are not showing up in "...
Enes SvG's user avatar
-1 votes
0 answers
18 views

Rust Actix-Web docker container not shows up logs

I am creating an API server using the Rust actix-web framework. I am creating and checking logs (using log4rs) in the local environment without any problems. After Dockerizing, Docker runs without a ...
이경서's user avatar
0 votes
0 answers
15 views

Jupyter Hub Docker How do I log into the image?

Trying to install JupyterHub with the following link: https://jupyterhub.readthedocs.io/en/latest/tutorial/quickstart-docker.html Can't seem to login tried following the steps of launching a bash ...
Gunslinger's user avatar
  • 1,503
0 votes
0 answers
31 views

Running google chrome inside Docker container on MacOS in GUI

I am using MacOS with Apple Silicon M1 Pro chip. I want to run Chrome browser for Linux using Docker in GUI mode. This is my Dockerfile # Use the official Ubuntu base image FROM ubuntu:24.04 # ...
Alok's user avatar
  • 9,302
-4 votes
0 answers
32 views

Docker Client api [closed]

javax.ws.rs.core.Response$Status$Family javax.ws.rs.core.Response$Status$Family.familyOf(int) I am geting above exception while reading log of docker container using below config @Bean public ...
Pintu Kumar's user avatar
1 vote
1 answer
346 views

Strange memory/IO errors when building nextjs/node app inside docker

I have Linux server with 1.3T of nvme ssd, and 64gb of ram memory. There is production app based on latest nextjs and nod. So I have docker-compose with container for the frontend where I just copy ...
Max Frai's user avatar
  • 63.7k
0 votes
0 answers
12 views

Run into an issue after typing the command docker compose up -d [duplicate]

This is in vagrant run sudo -i cd emartapp Run docker-compose up -d Here's the command and error message [root@localhost emartapp]# docker compose up -d [+] Building 33.8s (12/20) ...
Elizar Dela Isla's user avatar
0 votes
0 answers
39 views

Getting "'4.4*' for 'r-base' was not found" error while installing R 4.4.1 version using bookworm image as base

# Start with a base Debian image FROM python:3.13-rc-bookworm ARG R_VERSION=4.4.1 # Set environment variables ENV PYTHONUNBUFFERED 1 ENV DEBIAN_FRONTEND noninteractive # Install system dependencies ...
Neeraj's user avatar
  • 1
0 votes
1 answer
32 views

Access host data when running a program from docker container

I'm trying to run the following in a C program hosted in a docker container; #include <stdio.h> #include <stdlib.h> int main( int argc, char *argv[] ) { FILE *fp; char path[1035]; ...
user2384330's user avatar
0 votes
0 answers
22 views

Why does the bond mode 6 (balance-alb) send gratuitous arp twice every time? [closed]

From this doc: https://www.kernel.org/doc/Documentation/networking/bonding.txt I learned that: A problematic outcome of using ARP negotiation for balancing is that each time that an ARP request is ...
scriptboy's user avatar
  • 826
0 votes
0 answers
50 views

Discrepancies Between .NET dotnet-dump Report and Docker Container Memory Usage

I have a .NET 6 WebAPI running as a Docker container. Recently, I've encountered an issue where the memory usage of this container continuously increases over time as it serves HTTP requests. ...
Jed 's user avatar
  • 71
0 votes
0 answers
21 views

cannot checkpoint docker container

I am trying to checkpoint a docker container that is running code in the terminal : docker checkpoint create w22 checkpoint I am always getting an error : Error response from daemon: Cannot ...
Elyes Lounissi's user avatar
0 votes
1 answer
35 views

Linux: file locking from python script which is running inside docker container

Current situtation: I am running a docker container on a WAGO PFC200 PLC (custom embedded linux firmware). The container runs a python script which collects systeminfo like cpu load, memory usage etc. ...
Darius's user avatar
  • 1
-3 votes
1 answer
41 views

How to install curl on a linux container being built by windows server

I currently have a windows build server. Unfortunately I can't change that to be linux. I require my container to have the curl command but I am unsure how to install curl while in a Windows Server. ...
Master's user avatar
  • 2,125
0 votes
0 answers
28 views

apt-get not working in windows teamcity build

I have a simple docker file that installs curl for my container FROM mcr.microsoft.com/dotnet/aspnet:6.0 run apt-get -y update; apt-get -y install curl WORKDIR /app COPY ["bin/Release/net6.0/&...
Master's user avatar
  • 2,125

15 30 50 per page
1
2 3 4 5
340