Page MenuHomeDevCentral

images.sls
No OneTemporary

images.sls

# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-10
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% set images = salt['paas_docker.list_images']() %}
# -------------------------------------------------------------
# Fetch Docker images
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% for image in images %}
{{ image }}:
docker_image.present
{% endfor %}

File Metadata

Mime Type
text/plain
Expires
Thu, May 1, 02:47 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2567487
Default Alt Text
images.sls (643 B)

Event Timeline