Skip to main content

madlab client module

Project description

# MADLAB python library


## Description
MADLAB is a SaaS (Software as a Service) platform provided by LHS.

## Install

```
pip install madlab
```


## Setup

```
python setup.py bdist
python3 setup.py sdist
twine upload dist/*
```

## Dev environmenmt

MADLAB_HOST="http://localhost:5000"


## On docker node :

Add in file `/etc/systemd/system/docker.service.d/override.conf`

[Service]
ExecStart=
ExecStart=/usr/bin/docker daemon -H fd:// -H tcp://0.0.0.0:2376 -s overlay --insecure-registry madlab:5000


Then flush changes by executing :

systemctl daemon-reload

verify that the configuration has been loaded:

systemctl show --property=ExecStart docker

restart docker:

systemctl restart docker

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

madlab-0.0.2.tar.gz (2.4 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