Skip to content

Commit 79d4e06

Browse files
author
Andrei Canta
committed
add demo links
1 parent 1932b09 commit 79d4e06

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,27 @@ Stacker
77
[![dependencies](https://david-dm.org/stacker/stacker-cli.svg)](https://david-dm.org/stacker/stacker-cli)
88
[![devDependency Status](https://david-dm.org/stacker/stacker-cli/dev-status.svg)](https://david-dm.org/stacker/stacker-cli#info=devDependencies)
99

10-
> Simple Application Environments
10+
> Docker Compose Templates
1111
1212
Stacker is a simple tool for defining application environments, aka *stacks*. Each stack is optimized for **development** and for **production** use as well. Stacker is built on top of Docker and Docker Compose as an abstraction layer. The main paradigm followed in designing Stacker was **convention over configuration**.
1313

14+
## :tv: Demo
15+
16+
<table>
17+
<tr>
18+
<td><a href="https://www.youtube.com/watch?v=QA-AHdydEt4">
19+
<img height="100" src="https://s3-us-west-2.amazonaws.com/svgporn.com/logos/laravel.svg">
20+
</a></td>
21+
<td><a href="https://www.youtube.com/watch?v=wali9yZR8x0">
22+
<img height="100" src="https://s3-us-west-2.amazonaws.com/svgporn.com/logos/wordpress-icon.svg">
23+
</a></td>
24+
</tr>
25+
<tr>
26+
<td><a href="https://www.youtube.com/watch?v=QA-AHdydEt4">Laravel</a></td>
27+
<td><a href="https://www.youtube.com/watch?v=wali9yZR8x0">Wordpress</a></td>
28+
</tr>
29+
</table>
30+
1431
## :checkered_flag: Installation
1532

1633
Install the CLI app globally using NPM.

0 commit comments

Comments
 (0)