From 7d527f9d019418909869f736419f2fca51e413c5 Mon Sep 17 00:00:00 2001 From: Tomas Touceda Date: Tue, 21 Dec 2021 11:25:00 -0300 Subject: [PATCH] Update faq with common problem in docker (#3438) --- docs/01-Using-Fleet/FAQ.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/01-Using-Fleet/FAQ.md b/docs/01-Using-Fleet/FAQ.md index f46ffad1e4..22ae8a2f8c 100644 --- a/docs/01-Using-Fleet/FAQ.md +++ b/docs/01-Using-Fleet/FAQ.md @@ -163,3 +163,18 @@ If your device is showing up as an offline host in the Fleet instance, and you'r * Try un-enrolling and re-enrolling the host. You can do this by uninstalling osquery on the host and then enrolling your device again using one of the [recommended methods](./04-Adding-hosts.md). * Restart the `fleetctl preview` docker containers. * Uninstall and reinstall Docker. + +## Fleet preview fails with Invalid interpolation. What should I do? + +If you tried running fleet preview and you get the following error: + +``` +fleetctl preview +Downloading dependencies into /root/.fleet/preview... +Pulling Docker dependencies... +Invalid interpolation format for "fleet01" option in service "services": "fleetdm/fleet:${FLEET_VERSION:-latest}" + +Failed to run docker-compose +``` + +You are probably running an old version of Docker. You should download the installer for your platform from https://docs.docker.com/compose/install/ \ No newline at end of file