Continuous Integration (CI) is a key element of cloud native application development. Even though CI makes sense for production releases, developers need to build and test the pipeline before they can share it with their team — or have the ability to perform the continuous integration (CI) on their laptop.

Launch your terminal and run the following command to install the Drone CI Extension: docker extension install drone/drone-ci-docker-extension:latest The Drone CI extension will soon appear in the Docker Dashboard’s left sidebar, underneath the Extensions heading: Import Drone pipelines

With the Drone CI extension, developers can now run their Drone CI pipelines locally as they would in their CI systems.

Related Articles