Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l-with/ansible-role-docker-container


https://github.com/l-with/ansible-role-docker-container

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ansible Role Docker Container

Install a docker container

## Role Variables

| group | variable | default | description |
| --- | --- | --- | --- |
| basic | `docker_container_name` | | the value for `--name` |
| basic | `docker_container_image` | | the `IMAGE` for `docker run` |
| basis | `docker_container_ports` | | the value for `--publish` |
| basic | `docker_container_command` | | the `COMMAND` for `docker run`|
| basic | `docker_container_restart_policy` | | the value for `--restart` |
| basic | `docker_container_env` | `[]` | the values for `--env` |