When the CLI pushes a Docker image to the build registry, you may hit an authentication error because Docker doesn’t send any credentials to the registry. The fix is to mark E2B’s local registry proxy as an insecure registry so Docker routes through it.Documentation Index
Fetch the complete documentation index at: https://e2b-volumes-storage-merge.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
macOS
- Open Docker Desktop.
- Go to Settings.
- Go to Docker Engine.
- Add the following line to the JSON configuration:
- Click Apply & Restart.
Linux
- Edit the Docker configuration file (usually
/etc/docker/daemon.json). Create it if it doesn’t exist, and add:
- Restart Docker:
Windows
- Open Docker Desktop.
- Go to Settings.
- Go to Docker Engine.
- Add the following line to the JSON configuration:
- Click Apply & Restart.