Tool to manage development environments for web applications using containers - Docker Implementation
Project description
Main packages: |
|||
Container-Backends: |
engine_docker |
||
Database Drivers: |
|||
Plugins: |
|||
Related Projects: |
|||
More: |
Riptide is a set of tools to manage development environments for web applications. It’s using container virtualization tools, such as Docker to run all services needed for a project.
It’s goal is to be easy to use by developers. Riptide abstracts the virtualization in such a way that the environment behaves exactly as if you were running it natively, without the need to install any other requirements the project may have.
Engine-Backend: Docker
This repository implements the Riptide engine backend by using the Docker container engine.
It uses both the Docker API and the Docker CLI to communicate with Docker. The Docker Host must be installed and running on the same machine as Riptide. The Docker CLI must also be installed.
It can be installed via pip by installing riptide-engine-docker.
Tests
Inside the riptide_engine_docker.tests package are unit tests for the engine backend.
riptide_engine_docker.tests.integration contains an implementation of the integration test interface used by the Riptide lib package. To run integration tests for the engine backend, run the Riptide lib integration tests with this backend installed.
Documentation
The complete documentation for Riptide can be found at Read the Docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file riptide_engine_docker-0.9.1-py3-none-any.whl
.
File metadata
- Download URL: riptide_engine_docker-0.9.1-py3-none-any.whl
- Upload date:
- Size: 31.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 433ee2e43ee790506753d710f99fb4fd70434bb527384d7ac543781af392ac8d |
|
MD5 | fccfe580c8486adf845a6b73b7f4419c |
|
BLAKE2b-256 | c44a2c01abebb50f7ac8fcf972491675eaaac634d0c197e92b6f83d986d0b911 |