Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Publishing version 0.0.24.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Jausovec committed Nov 25, 2015
1 parent fe1c6ad commit 79db614
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,9 @@ This generator creates a Dockerfile and a script (`dockerTask.sh` or `dockerTask
- Node.js

### Quick demo
![nodejs-demo](images/nodejsdemo.gif)

## Longer walkthrough video
[![See the generator in action][yovideoScreenshot]][yovideo]]

## Installing
Expand Down Expand Up @@ -48,6 +51,13 @@ To see and provide feedback, please take a look at: [yo docker compose prototype
Generator-docker collects anonymized data on the options you selected in the tool to understand and improve the experience. You are given a choice to
opt-in or opt-out first time you run the tool. If you opt-in and decide to opt-out later, simply delete the `~/.config/configstore/generator-docker.json` file from your machine.

## Changelog
```
v0.0.24
=======
+ Docker-compose.yml files are being created now for all project types.
```

## License
See [LICENSE][licenseLink] for full license text.

Expand Down
Binary file added images/nodejsdemo.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "generator-docker",
"version": "0.0.23",
"version": "0.0.24",
"description": "Docker generator",
"files": [
"generators/app"
Expand Down

0 comments on commit 79db614

Please sign in to comment.