Skip to main content

Questions tagged [docker]

Docker - An open platform for distributed applications for developers and sysadmins.

0 votes
0 answers
36 views

Issues with LDAP plugin for Tuleap Community Edition

That’s my LDAP configuration $sys_ldap_server_common_name = 'Active Directory'; $sys_ldap_server = 'ldap://XXXXXXXXXXXXXXXXXXXX'; $sys_ldap_server_type = 'ActiveDirectory'; $sys_ldap_dn = 'OU=...
Superuser's user avatar
0 votes
1 answer
57 views

Run Docker image without any root access

Think of yourself working on a managed Linux server, just using a normal user identity, without any way to use root at all. Lazy and paranoid system administrators refuse to install any new packages. ...
Kane Green's user avatar
0 votes
0 answers
134 views

running telnet.exe inside windows container simply exists

I created an image with the following Dockerfile: FROM mcr.microsoft.com/dotnet/aspnet:6.0-windowsservercore-ltsc2019 AS base USER ContainerAdministrator RUN powershell.exe -Command Add-WindowsFeature ...
cly's user avatar
  • 101
0 votes
0 answers
40 views

Does docker (-compose) support pure L1 or L2 networking?

As a hobby project I'm trying to build a "mini internet" from the ground up, including hosts, routers, dhcp, dns, tls, the works, but I'm having trouble finding a platform that is as "...
Daffy's user avatar
  • 299
0 votes
1 answer
69 views

Create User and su in Dockerfile

Trying to create a new user foo with adduser --disabled-password --gecos "" smarthome I trie to su to that user su foo, what does not work (whoami is still root). I think that the ENTER is ...
curator's user avatar
-1 votes
1 answer
76 views

set configuration of docker-desktop programaticaly

I'm here again, let's see if you can give me a hand... Normally when you install docker-desktop from 0, some configuration files are set to: C:\Users\AppData\Roaming\Docker\setting.json It is almost ...
Francisco IA Lover's user avatar
-1 votes
1 answer
91 views

EC2 Ubuntu instance with 30GB free space on attached volume says no space left on device

I have an EC2 instance on AWS with 30GB volume attached. When running docker to build an image though, I am encountering this issue of no space left on device. Actually, running df -h I can see /dev/...
cami's user avatar
  • 1
0 votes
0 answers
76 views

Docker Desktop Update Hangs on macOS

On my MacBook Pro (2.4 GHz 8-Core Intel Core i9, 23 GB RAM) running macOS Sonoma 14.3.1, I am running Docker Desktop version 4.26.0 (130397). The latest version is 4.27.2 (137060). When I try to ...
Colin Fraizer's user avatar
0 votes
0 answers
68 views

Building Windows server based Docker image in Atlassian Bamboo

In a corporate devstack I have access to an Atlassian Bamboo, version 9.2.9 build 90208 - 21 Dec 23. Is it possible, and if yes how, to build a new Docker image from mcr.microsoft.com/windows/...
Kérdezösködő Indián's user avatar
0 votes
0 answers
14 views

Docker certbot trouble after relocating data-root

Because of my Docker images/containers filling up my root partition, I've been trying to move the data-root directory of my Docker installation to a different location (current: /usr/lib/docker; ...
MPA's user avatar
  • 103
0 votes
0 answers
111 views

Installing Superset Locally Using Docker Compose and Rancher Desktop on WIndows. Error: While importing 'superset.app', an ImportError was raised

I am following the superset docs https://superset.apache.org/docs/installation/installing-superset-using-docker-compose . But I keep getting this error over and over again. superset_app | ...
Ayushman singh's user avatar
0 votes
0 answers
2k views

How to start dbus on Docker/Linux? Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

I am running puppeteer through Node.js in Docker and was getting this error after not doing anything with dbus: puppeteer:browsers:launcher Launching /usr/bin/google-chrome --allow-pre-commit-input --...
Lance's user avatar
  • 387
0 votes
0 answers
241 views

Nextcloud AIO - How to persist modifications to php.ini in a docker container that frequently reboots

I’m running the Nextcloud AIO docker container. This consists of a master container that then runs the other containers such as the apache, and sql server containers. With this working I want to ...
SneakyShrike's user avatar
0 votes
0 answers
82 views

How to run and network Docker Swarm inside Docker containers?

I'm trying to get docker swarm to run inside docker-compose where containers fill the role of nodes. For educational purposes, I'd like to be able to simulate a distributed swarm via docker-compose. ...
MrChadMWood's user avatar
1 vote
0 answers
92 views

ls in Docker on Windows not showing one directory

I'm running Windows Server 2016 Datacenter version 1607 (build 14393.6614) with Docker Desktop Community Version 2.0.0.3 (31259). I'm running an Ubuntu docker container in an interactive mode with my ...
user1543037's user avatar

15 30 50 per page
1
3 4
5
6 7
128