About 1,670,000 results
Open links in new tab
  1. How can I use Docker without sudo? - Ask Ubuntu

    On Docker's documentation pages, all example commands are shown without sudo, like this one: docker ps On Ubuntu, the binary is called docker.io. It also does not work without sudo: sudo docker.io...

  2. WSL-Docker: curl: (60) unable to get local issuer certificate

    May 9, 2022 · PC Setup: Windows 10 Enterprise Version: 21H1 OS build: 19043.1645 Windows Feature Experience Pack: 120.2212.4170.0 WSL 2 with Ubuntu-20.04 Docker Desktop 4.7.1 (77678) with …

  3. Ubuntu 24.04 Docker Desktop is not starting

    33 I installed Ubuntu 24.04 LTS, and tried to install Docker Desktop following the instructions from the official site, but in the end, the first docker command can not be used if you did not use it with sudo, …

  4. How to install tzdata on a ubuntu docker image? - Server Fault

    Jan 21, 2019 · How to install tzdata on a ubuntu docker image? Ask Question Asked 6 years, 10 months ago Modified 2 years, 4 months ago

  5. Docker Container time & timezone (will not reflect changes)

    Apr 15, 2015 · 265 Where do Docker containers get their time information? I've created some containers from the basic ubuntu:trusty image, and when I run it and request 'date', I get UTC time. For awhile I …

  6. Apt-Get Update Failing because of Certificate Validation

    Feb 13, 2022 · Using Ubuntu Focal fossa. I was trying to install a checkpoint ssl software for VPN, but seems like something messed up all my certificates. Now whenever I try sudo apt-get update I get …

  7. virtualization - How to fix "ERROR [internal] load metadata for docker ...

    Apr 29, 2023 · I had to edit my docker-compose.yml file and under the problematic services I added this line: platform: linux/amd64. Thx for the heads up!

  8. 16.04 - How to completely uninstall docker - Ask Ubuntu

    Refreshing installation of Docker desktop and docker-ce after testing installation of Docker Desktop After uninstalling docker desktop from ubuntu 22.04 and docker-ce (removing everything)

  9. Where do UBUNTU_CODENAME and / or VERSION_CODENAME come …

    Jun 8, 2024 · In these directions for installing the Docker Engine https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository, an example script is …

  10. buildx is not a docker command - Ask Ubuntu

    Oct 20, 2021 · The docker-buildx-plugin package is generally not installed by default. That said, let's check to make sure it's there and, if it's not, get it installed. Here's how: Open Terminal (if it's not …