Skip to content

Commit 85a451b

Browse files
update readme
1 parent 5e1193d commit 85a451b

File tree

1 file changed

+16
-27
lines changed

1 file changed

+16
-27
lines changed

README.md

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,19 @@ This is the Docker image for the node.js yeoman generator angular-fullstack.
44

55
As the generator requires node and several npm modules this image bakes in the dependencies to reduce the time taken to deploy applications.
66

7-
## Construction
8-
9-
This image uses the standard node.js 4.2.2 image.
10-
11-
It is tied into the docker hub and will automatically include upstream changes.
12-
13-
## Usage
14-
15-
**waiting for inclusion**
16-
17-
You will be able to do
18-
19-
yo angular-fullstack:docker
20-
21-
Which will add the Dockerfile to your dist folder
22-
23-
This can then be built using the standard docker tools
24-
25-
The Dockerfile will survive
26-
27-
grunt clean
28-
29-
operations
30-
31-
## Tracking
32-
33-
As angular-fullstack evolves and npm references change this repo will track the version numbers and create a new branch which will then create a new docker container per branch
7+
## branches available
8+
```
9+
docker pull generatorangularfullstack/angular-fullstack-dist:latest
10+
```
11+
12+
- latest
13+
- 2.0.8
14+
- 3.3.0
15+
- 3.7.4
16+
- 3.7.5
17+
- 4.0.4
18+
- 4.1.1
19+
- alpine.4.0.4
20+
- alpine.4.1.1
21+
22+
Alpine branches aren't that much smaller as some modules need python and a build chain to build.

0 commit comments

Comments
 (0)