Page MenuHomeDevCentral

images.sls
No OneTemporary

images.sls

# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# 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
Mon, Sep 14, 16:16 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4000702
Default Alt Text
images.sls (612 B)

Event Timeline