Skip to main content

Questions tagged [docker]

Docker is an application to create containers for applications.

0 votes
0 answers
36 views

For a Django Python project, I develop in a Docker container. The oscrypto Python package I need is unable to find the Libcrypto library on the Ubuntu container. The Docker image is ubuntu:24.04. I am ...
nsiwat's user avatar
  • 1
1 vote
1 answer
62 views

I have installed Containernet on Docker it suggests to run a sample with that command: docker run --name containernet -it --rm --privileged --pid='host' -v /var/run/docker.sock:/var/run/docker.sock ...
Marc Le Bihan's user avatar
0 votes
0 answers
34 views

I have a mongo database in a container exposed by its 27017 port. When I do a netstat -tulpn, I see: tcp 0 0 0.0.0.0:27017 0.0.0.0.* LISTEN - tcp6 0 0 :::27017 :::* LISTEN - ...
Marc Le Bihan's user avatar
0 votes
0 answers
191 views

I am running Ubuntu 24.04.3 LTS in Windows Subsystem For Linux. When I start my laptop and then open my wsl Terminal it give an error which state: wsl: Failed to start the systemd user session for '...
KANISHKA VERMA's user avatar
0 votes
0 answers
42 views

I know this will be a bit of a stretch but... So I'm running ArchLinux on a Desktop PC with an i5, RX 6800, and a Realtek Wifi card from TP Link. I installed the linux wifi hotspot AUR package and ...
Benoît Roumain's user avatar
0 votes
0 answers
51 views

I have two Redhat 8 virtual machines. I'm running Docker on both, in this case as a host for the application called Graphite. The VMs started out identical to each other, and I pulled the same Docker ...
man_of_dalmasca's user avatar
1 vote
0 answers
39 views

I've been trying to get ClamAV's clamonacc on-access scanner to monitor the overlay2 file system where Docker container file systems are mounted on my Linux (Ubuntu 24.04) VM, so that I can detect any ...
TPJ's user avatar
  • 11
0 votes
2 answers
123 views

I think for docker it's docker ps -a to see all containers docker inspect containername | grep -A 3 RestartPolicy docker stop containername docker update --restart=no containername Is there a ...
mYnDstrEAm's user avatar
  • 4,980
1 vote
0 answers
73 views

I inherited two servers, a production server (wglsbi02) and a mirror/backup server (wglsbi01), that were originally set up by someone who has since left the company. I’m not an experienced system ...
Manuel Dominguez Becerra's user avatar
1 vote
0 answers
48 views

I have a docker container with a bind to a the local fs. ../htdocs:/var/www/html The docker container creates folders and files in /var/www/html with apparent userid 33 and groupid 33. Both do not ...
theking2's user avatar
  • 261
1 vote
0 answers
103 views

I need to run c++ application inside a docker container and it is deployed using AWS ECS. The application should run as user abcd and it should be able to generate core files. Initially I had a run ...
wika's user avatar
  • 39
2 votes
1 answer
100 views

I'm trying to create PostgreSQL container with bind mounted host directory in it as the PostgreSQL data directory. Doing it according to official PostgreSQL docker image documentation and Example from ...
user1337's user avatar
  • 455
0 votes
1 answer
64 views

I'm thinking about using a Docker container to present complex networks, some causing some trouble, being misconfigured or else: it's for testing purpose. networks: frontend: driver: bridge ...
Marc Le Bihan's user avatar
0 votes
0 answers
125 views

I've run into a really weird issue while switching a docker build from a debian base image to an alpine base (FROM python:3.12-slim-bookwork, to FROM python:3.13-alpine). I suddenly get very weird DNS ...
Philip Couling's user avatar
1 vote
1 answer
87 views

I'm trying to develop J2ME game on Linux using this guide by microgram dev. The j2me emulator from Oracle Wireless Toolkit works totally fine after Linux reboot. I run some other apps like browser, ...
d9k's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
122