moto/moto/batch
Chih-Hsuan Yen 2000f6654f
Support Podman for mocking Lambda (#3702)
* Support Podman for mocking Lambda

Podman supports all Docker APIs used in moto since version 3.0. Note
that Podman requires pulling the image before creating a container
using a fully-qualified image name (e.g., "docker.io/library/busybox"
instead of "busybox").

Test plan:
$ podman system service -t 0
$ DOCKER_HOST="unix://$XDG_RUNTIME_DIR/podman/podman.sock" pytest

Fixes https://github.com/spulec/moto/issues/3276

* Run black

* Python 2 compatibility

* Address review comments and improve parse_image_ref
2021-02-18 08:58:20 +00:00
..
__init__.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
exceptions.py Tech Debt - Remove duplicate AWSError classes 2020-11-05 11:20:18 +00:00
models.py Support Podman for mocking Lambda (#3702) 2021-02-18 08:58:20 +00:00
responses.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
utils.py Make batch.utils.lowercase_first_key() recursive (#3124) 2020-07-14 11:29:49 +01:00