Skip to main content

All Questions

Tagged with
0 votes
1 answer
36 views

How to access wireguard server host over its dockered wireguard VPN?

Situation: A Raspberry Pi 4B with Ubunut 22.04LTS running Docker compose. I installed docker compose with wireguard server from linuxserver.io. https://docs.linuxserver.io/images/docker-wireguard/?h=...
user513667's user avatar
0 votes
2 answers
78 views

How to find which docker version that added support for COPY --link?

NOTE: This is both a question of WHICH docker version, and also HOW to find the docker version, that implemented COPY --link. Background: It started with my local docker install not supporting COPY --...
Svintoo's user avatar
  • 47
0 votes
0 answers
72 views

Running into kvm_amd error while attempting to run Docker and a VirtualBox VM at the same time on Ubuntu

I'm trying to run a Docker Container for Graphite and a VirtuaBox VM for Home Assistant OS, yet I'm running into an issue with kvm_amd while trying to start a VM with Docker running: VirtualBox can't ...
Veillax135'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
-1 votes
2 answers
154 views

Firefox can't detect Flash player plugin when running in a docker container

I'd like to run Firefox 84.0 (the last version support flash player) supporting flash player in a docker container. But Firefox can't detect the flash player plugin which is in the path "~/....
shendu's user avatar
  • 1
0 votes
1 answer
455 views

Failed to start Docker Application Container Engine (Rootless)

OS: Ubuntu 22.04 Docker: 25.0.1 I'm following instructions to setup rootless docker https://docs.docker.com/engine/security/rootless/ but I'm getting the following error: $ dockerd-rootless-setuptool....
drum's user avatar
  • 689
0 votes
1 answer
450 views

docker login fails when done in .bashrc

At the end of my .bashrc file I have the following: docker login -u AWS -p $(aws --region us-east-2 ecr get-login-password) 636602586062.dkr.ecr.us-east-2.amazonaws.com However, whenever I open up a ...
neubert's user avatar
  • 7,212
0 votes
0 answers
118 views

Can't stop MySQL service (running but not found)

I have MySQL server running in docker FROM ubuntu/mysql:8.0-22.04_beta I am trying to stop the service $> /etc/init.d/mysql stop bash: /etc/init.d/mysql: No such file or directory $> service ...
spraff's user avatar
  • 2,198
0 votes
0 answers
21 views

increasing my docker image size inside my virtual machine

I have ubuntu installed as a guest in my windows system. At the same time I also have a docker image of Redhat stored inside the virtual machine. I can docker run the image inside my ubuntu of 200 GB ...
Hello Everyone's user avatar
0 votes
1 answer
728 views

How to install latest docker-compose without docker desktop

I have installed docker this way https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository └─$ docker --version Docker version 24.0.5, build 24.0.5-0ubuntu1~20.04.1 then trying to ...
Ekaterina Ivanova iceja.net's user avatar
0 votes
0 answers
239 views

Ubuntu VM with Cups Server and docker container with pycups: cups.IPPError: (1030, 'The printer or class does not exist.')

I have an Ubuntu VM with the cups server installed, configured and running. I can print to every printer from the web interface with no problems. Inside this VM there is a docker container with a ...
PoKeRGT's user avatar
0 votes
1 answer
94 views

Do I have a Virtual Machine, within another Virtual Machine?

I need to configure a Linux Virtual Machine in Azure with GPU, and Docker to run my application. I recently achieved an initial setup by following the steps: Created the VM in Azure -> installed ...
l.diazborg's user avatar
0 votes
0 answers
63 views

Which files are shared between docker container and host?

A docker container is isolated from its host but it seems there are some files which are shared. Is there a list of files shared between host and container by default ? I haven't found a clear answer ...
Mimi's user avatar
  • 5
1 vote
0 answers
91 views

Docker container unable to write to removable drive

I currently am running Ubuntu Jammy and have a docker container that needs to write to two external drives that were automatically mounted to /media/MYUSER/MYDRIVE while both are mounted correctly and ...
Ponyboy's user avatar
  • 21
1 vote
1 answer
725 views

How does Docker Desktop work on Linux (Ubuntu)?

I was using Docker CLI when working with Linux. But recently I reinstalled my system so wanted to try Desktop version: enabled KVM, made sure file sharing thing is working, initialized pass thing, ...
Arzybek's user avatar
  • 233

15 30 50 per page
1
2 3 4 5
14