Skip to main content

Docker executor for Sloth CI

Project description

Run actions inside a `Docker <https://www.docker.com/>`__ image.

By default, Sloth CI apps run actions in a subprocess on the same machine they're running on. This extension overrides this and makes the app execute each action as a container inside a given Docker image.


Installation
------------

.. code-block:: bash

$ pip install sloth-ci.ext.docker_exec


Usage
-----

.. code-block:: yaml
:caption: docker_exec.yml

extensions:
run_in_docker:
# Use the module sloth_ci.ext.docker_exec.
module: docker_exec

# Image name. If missing, slug of the Sloth app listen point is used.
# image: foo

# Path to the Docker daemon to connect to. Can point to either a tcp URL or a unix socket. If missing, the client connects to /var/run/docker.sock.
# base_url: tcp://555.55.55.55:5555 *.

# Docker API version used on the server. If missing, the latest version is used.
# version: 1.10

# Path to the Dockerfile used to build an image if it doesn't exist. If missing, current directory is used.
# path_to_dockerfile: docker/files

# Memory limit in MB.
# memory_limit: 10

# CPU share in per cent.
# cpu_share: 5

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sloth-ci.ext.docker_exec-1.1.3.zip (5.5 kB view hashes)

Uploaded Source

Built Distributions

sloth_ci.ext.docker_exec-1.1.3-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

sloth-ci.ext.docker_exec-1.1.3.win-amd64.exe (141.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page