Back to Vector

Docker Example Install Scripts

website/layouts/shortcodes/docker-example-install-scripts.html

0.55.0256 B
Original Source

{{ $commands := site.Data.docs.administration.example_docker_install_commands }} {{ $defaultCommand := (index $commands 0).title }}

{{ range $commands }} {{ .title }} {{ end }} {{ range $commands }}

{{ highlight .command "bash" "" }}

{{ end }}