Install the Dagger CLI on a Linux Host
In this simple challenge, you will learn how to install the Dagger CLI on a Linux machine with Docker already running.
Premium Challenge
Upgrade your membership to unlock this and all other premium materials.
Installing Dagger on a Linux machine is a straightforward task. Simply follow the official instructions to complete this challenge, but make sure to install the CLI to one of the existing PATH locations.
Once the CLI installation is complete, the automation of the playground will try putting it to use. It will trigger the initialization of the Dagger Engine, which might take a minute or two due to the cold start.
Note
The Dagger Engine is conveniently distributed as a container image, which is pulled and started by the Dagger CLI during the first run.

Keep an eye on the outputs of docker images and docker ps while waiting for the task below to complete.