The .aldryn file¶
login
LoginCheck
Can we log in to the Control Panel?git
GitCheck
Is Git is installed locally?DockerClientCheck
Is thedocker
command available?docker-machine
DockerMachineCheck
Is thedocker-machine
command available?docker-compose
DockerComposeCheck
Is the command available?docker-server
DockerEngineCheck
Is the Docker daemon running, and can we connect to it?docker-server-ping
DockerEnginePingCheck
Does the Docker container have connectivity to the outside world? (Checks by runningdocker
.)
run —rm busybox sh -c "ping -c 1 -w 5 8.8.8.8"docker-server-dns
DockerEngineDNSCheck
Does a Docker container have connectivity to the outside world? (Checks by running .)