This guide covers configuring continuous integration pipelines for projects that have a Memcached dependency. If you’re new to Drone please read our Tutorial and build configuration guides first.
Basic Example
In the below example we demonstrate a pipeline that launches a Memcached service container. The memecache server will be available at cache:11211
, where the hostname matches the service container name.
|
|