for-mac
for-mac copied to clipboard
Bug reports for Docker Desktop for Mac
### Description ❯ docker login USING WEB-BASED LOGIN To sign in with credentials on the command line, use 'docker login -u ' Your one-time device confirmation code is: RFTM-DZWW Press...
### Description Hi Team, I just upgraded to v4.38.0 and now i cannot start my containers. I get the following error - ` Error response from daemon: Mounts denied: The...
### Description MacBook Pro Intel Chip OS: Sequoia 15.3.1 Docker Desktop ### Reproduce open docker desktop and go to build section. ### Expected behavior _No response_ ### docker version ```bash...
### Description So I build a image using: FROM python:3.13 in my code is the following connection string: connectionString = f"DRIVER={{ODBC Driver 18 for SQL Server}};SERVER={db_server},{db_port};DATABASE={db_name};UID={domain}\\{db_user};TrustServerCertificate=Yes;Encryption=True;Trusted_Connection=yes;Connection Timeout=60;" conn = pyodbc.connect(connectionString)...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...
### Description I've just upgraded my Mac OS to Sequoia 15.3.1 and suddenly I got a popup alert as a subject. I was trying to remove that popup by reinstalling...
### Description I am working on moving our codebase to Testcontainers and noticed the runtimes for our test suite are **_significantly_** longer when running with a Docker Postgres container versus...
GDB Error: Unable to Fetch SVE/SSVE Vector Length ("Invalid Argument") on Docker - Ubuntu - Apple M4
### Description I recently transitioned from Apple Silicon M1 Pro to Apple Silicon M4 Max and encountered an issue while debugging a C++ project using GDB. The error message is...
### Description Unable to rull creds while running docker. Started facing this post malware issue and post using the latest steps to solve malware problems - https://docs.docker.com/desktop/cert-revoke-solution/ ### Reproduce 1....
### Description I'm trying to build an image using the following syntax of docker-compose: ``` slim: build: context: git@host:2020/myrepo.git#0.0.1.dev ssh: - default ``` My ssh keys are already recognized by...