This is an image based on ubuntu 14.04.3 with WALinuxAgent and embedded LinuxDiagnostic extension to run on coreos.
See this issue for more info.
WA 2.0.15 + linuxdiag 2.2 was tested on coreos 835.x.x
- boot the machine
- stop systemd waagent service
- wait for docker daemon to start
- start the container with embedded waagent + LinuxAzureDiagnostic
- enable diagnostic extension (via cli, powershell, portal or api)
docker build -t coreoswaagentdiag
.
docker run --name coreoswaagentdiag --privileged --net=host --ipc=host --pid=host -v=/dev:/host/dev -v=/etc/ssh:/etc/ssh -v=/lib/modules:/lib/modules -v=/lib/firmware:/lib/firmware -v=/mnt:/mnt -v=/var/run:/var/run -d -v=/var/lib/waagent:/var/lib/waagent -v=/var/log:/var/log -v=/sys/fs/cgroup:/sys/fs/cgroup:ro coreoswaagentdiag