Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Map CONFIG, an oci-container-configuration record, to a gexp that, upon lowering, will be evaluated to a list of strings containing command line options for the OCI runtime run command.
Return the name of the OCI networks provisioning Shepherd service based on RUNTIME.
Implement the logic behind selection of the group that is to be used by Shepherd to execute OCI commands.
Return a Shepherd service object that will run the OCI container represented by CONFIG through RUNTIME-CLI.
Return a list of Shepherd service names required by a given OCI runtime, before it is able to run containers.
Return the name of an OCI backed Shepherd service based on CONFIG. The name configured in the configuration record is returned when CONFIG's name field has a value, otherwise a name is inferred from CONFIG's image field.