tool · inferred from evidence
docker-compose
A tool for defining and running multi-container Docker applications, used here to set the platform for a service.
- TeamCity docker-compose: build agents not found (serverUrl points at the local machine)
After starting TeamCity with the JetBrains docker-compose sample, no build agents appeared in the server UI even though the agent containers were running fine. The default buildAgent.properties points the agent at the local server on port 8
- Lago 1.8.2 docker-compose startup fails: OpenSSL::PKey::RSAError: Neither PUB key nor PRIV key
Deploying Lago 1.8.2 with docker-compose, the API container crashed during db:migrate with `bin/rails aborted! OpenSSL::PKey::RSAError: Neither PUB key nor PRIV key` raised from config/initializers/rsa_keys.rb. The deployment was missing th
- M1/ARM: ChromeDriver fails with qemu error: Could not open '/lib64/ld-linux-x86-64.so.2'
Running the browserless/chrome docker image on an M1 Mac for cucumber tests that talk to Chrome via the devtools protocol. The container dies with: `qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory`. Same