You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This Bug Report affects these Traffic Control components:
CDN in a Box
Current behavior:
When trying to build or run CDN in a Box using docker-compose version 2.0.1, I get this error with exit code 15:
key cannot contain a space
Expected behavior:
CDB in a Box should not fail to build or run due to issues with spaces in keys
Steps to reproduce:
[user@computer cdn-in-a-box]$ git rev-parse HEAD
726401acd0ef30304c71ad726f9b0c04f6b97e12
[user@computer cdn-in-a-box]$ docker-compose version
Docker Compose version 2.0.1
[user@computer cdn-in-a-box]$ docker-compose build
key cannot contain a space
This Bug Report affects these Traffic Control components:
Current behavior:
When trying to build or run CDN in a Box using docker-compose version 2.0.1, I get this error with exit code 15:
Expected behavior:
CDB in a Box should not fail to build or run due to issues with spaces in keys
Steps to reproduce: