Skip to content

felippenardi/yo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Yeoman Dockerfile

Generating files as non-root

This Docker image gets you ready to go with Yeoman the right way: all generated files are NOT owned by root, so you can edit them outside the docker.

It will attach the current directory as a volume (/src/) so any changes made by you or by yeoman are instantly available for both of you.

Dependencies

Installation

  1. Install Docker.

  2. Download trusted build from public Docker Registry: docker pull felippenardi/yo

Usage

docker run -i -t --rm --net="host" -v `pwd`:/src felippenardi/yo

About

A Docker image with Yeoman ready to go as non-root

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages