cli icon indicating copy to clipboard operation
cli copied to clipboard

The Docker CLI

Results 342 cli issues
Sort by recently updated
recently updated
newest added

I have mounted the cgroup file, but when I run `dockerd ` it returns errors: ### `failed to start daemon: Devices cgroup isn't mounted`, I've tried the to add `GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=0"`...

This adds `events` subcommand for objects that emit events. The following sub- commands have been added: - `docker builder events` - `docker container events` - `docker image events` - `docker...

impact/changelog
kind/enhancement
status/1-design-review

**Description** Docker compose version 3.6 does not support platform attribute on a service object When running experimental and wanting to use LCOW 👍 I noticed it was added in 2.4...

area/swarm
area/stack
platform/desktop

**Description** Build fails with error: `cannot write /tmp/tmp4phcyxn2 because server did not provide an image ID` ``` $ CACHE_FROM=27d861591f4da977a04e94431f1fce214485f293 COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build --progress=plain --build-arg BUILDKIT_INLINE_CACHE=1 Native build is an...

kind/bug
area/builder
version/20.10

fixes https://github.com/moby/moby/issues/8786 This allows showing the IP address for each network that the container is attached to, for example: docker network create foo docker run -d --name foo nginx:alpine docker...

Commit 27b2797f7deb3ca5b7f80371d825113deb1faca1 (https://github.com/docker/cli/pull/1642) added a local implementation of this function, so let's use the local variant to (slightly) reduce the dependency on moby's registry package. Also made some minor cleanups....

status/2-code-review
kind/refactor

**Description** **docker stats** CPU shows values above 100%. **Steps to reproduce the issue:** 1. run **docker stats** while a container is using high cpu **Describe the results you received:** CPU...

area/ux

**Description** I am using Docker in a WSL 2 Ubuntu 22.04 instance and connect to it using a seperate Docker context. ``` PS C:\Users\laurenz> docker context ls NAME DESCRIPTION DOCKER...

**Description** I am running DinD setup. Starting docker daemon in the following way: ``` nohup dockerd --debug --iptables=false --rootless=true --bridge=none > /tmp/dockerd.log 2>&1 & ``` The daemon start fine: ```...

ln order to deploy our services over docker swarm we use 2 different yml files : the base one and the customized one Here it is an example of our...

kind/bug
area/stack
version/20.10