Closed AlexOBrien-6point6 closed 1 year ago
Description
Steps to reproduce the issue, if relevant:
Describe the results you received:
➜ example-voting-app-master docker-compose up Creating example-voting-app-master_redis_1 ... error Creating example-voting-app-master_db_1 ...
Creating example-voting-app-master_db_1 ... error
ERROR: for example-voting-app-master_db_1 Cannot create container for service db: invalid mode: /healthchecks
ERROR: for redis Cannot create container for service redis: invalid mode: /healthchecks
ERROR: for db Cannot create container for service db: invalid mode: /healthchecks ERROR: Encountered errors while bringing up the project.
Describe the results you expected: App to be running
Additional information you deem important (e.g. issue happens only occasionally):
Output of docker version:
docker version
Client: Cloud integration: v1.0.22 Version: 20.10.12 API version: 1.41 Go version: go1.16.12 Git commit: e91ed57 Built: Mon Dec 13 11:46:56 2021 OS/Arch: darwin/amd64 Context: default Experimental: true Server: Docker Desktop 4.5.0 (74594) Engine: Version: 20.10.12 API version: 1.41 (minimum version 1.12) Go version: go1.16.12 Git commit: 459d0df Built: Mon Dec 13 11:43:56 2021 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.4.12 GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d runc: Version: 1.0.2 GitCommit: v1.0.2-0-g52b36a2 docker-init: Version: 0.19.0 GitCommit: de40ad0
Output of docker info:
docker info
Client: Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc., v0.7.1) compose: Docker Compose (Docker Inc., v2.2.3) scan: Docker Scan (Docker Inc., v0.17.0) Server: Containers: 31 Running: 18 Paused: 0 Stopped: 13 Images: 22 Server Version: 20.10.12 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs 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: 7b11cfaabd73bb80907dd23182b9347b4245eb5d runc version: v1.0.2-0-g52b36a2 init version: de40ad0 Security Options: seccomp Profile: default cgroupns Kernel Version: 5.10.76-linuxkit Operating System: Docker Desktop OSType: linux Architecture: x86_64 CPUs: 4 Total Memory: 1.939GiB Name: docker-desktop ID: Q6TA:TWPK:Q3JA:Z5XP:RGNC:NI3S:2COX:X7CS:AGFA:OOBE:U2XC:23MO Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http.docker.internal:3128 HTTPS Proxy: http.docker.internal:3128 No Proxy: hubproxy.docker.internal Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: hubproxy.docker.internal:5000 127.0.0.0/8 Live Restore Enabled: false
Additional environment details (AWS, Docker for Mac, Docker for Windows, VirtualBox, physical, etc.):
Docker for Mac
We're sorry for the late response. Linux images have been refreshed, cleaned up, and are now multi-platform. If you're still having issues with the latest images, feel free to reopen this ticket.
Description
Steps to reproduce the issue, if relevant:
Describe the results you received:
➜ example-voting-app-master docker-compose up Creating example-voting-app-master_redis_1 ... error Creating example-voting-app-master_db_1 ...
Creating example-voting-app-master_db_1 ... error
ERROR: for example-voting-app-master_db_1 Cannot create container for service db: invalid mode: /healthchecks
ERROR: for redis Cannot create container for service redis: invalid mode: /healthchecks
ERROR: for db Cannot create container for service db: invalid mode: /healthchecks ERROR: Encountered errors while bringing up the project.
Describe the results you expected: App to be running
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, Docker for Mac, Docker for Windows, VirtualBox, physical, etc.):
Docker for Mac