-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
Description
Is there any way to replace this sort of logging (2.0+):
...with the old one (1.x)?
I found docker-compose build --progress plain which eliminates the fancy new progress output, but there are some other issues:
- This works for
buildonly, I could not find anything similar forup - This still produces logs in some weird new format:
...
#19 [chrysalis/frontend-dev 4/6] RUN npm install
#19 sha256:4452d990ec017d2c1ca515694e30c74e9318096ec457a98eedc54068c3ea8d53
#19 CACHED
#16 [chrysalis/frontend-dev 2/6] WORKDIR /home/frontend
#16 sha256:09d1943a3a59f942dde187c4b68705a078a77272ed71282b4565396b4ec00ca4
#16 CACHED
#18 [chrysalis/frontend-dev 3/6] COPY package.json package-lock.json ./
#18 sha256:dcc7f9017c1443e55727129375c70d2c8785ed9e1e3b4759811fc84b18a6f5a8
#18 CACHED
...
Output of docker compose version:
Docker Compose version 2.0.1
Output of docker info:
Client:
Context: default
Debug Mode: false
Plugins:
buildx: Build with BuildKit (Docker Inc., v0.6.1-docker)
compose: Docker Compose (Docker Inc., 2.0.1)
Server:
Containers: 10
Running: 0
Paused: 0
Stopped: 10
Images: 1361
Server Version: 20.10.8
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: false
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0.m
runc version: v1.0.2-0-g52b36a2d
init version: de40ad0
Security Options:
seccomp
Profile: default
cgroupns
Kernel Version: 5.14.8-arch1-1
Operating System: Arch Linux
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 15.44GiB
Name: vivo
ID: Y6JF:RTEL:F4XP:DWFL:YBWQ:5VMT:BN54:P326:OJSQ:FOKY:CH7H:NO6H
Docker Root Dir: /var/lib/docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
EDIT: My temporary solution was to downgrade to 1.29.2. I'm afraid this won't last long.
aSemy, Caerbannog, combatopera, jfeyzeau, four43 and 7 more

