Skip to content

Packaged jhipster-generators ready to ship and sail in Docker containers

License

Notifications You must be signed in to change notification settings

jhipster-projects/jhipster-generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jhipster-generators

Packaged jhipster-generators ready to ship and sail in Docker containers

Using Docker

Download the Dockerfile:

mkdir docker
cd docker
wget https://github.com/jhipster-projects/jhipster-generators/raw/main/Dockerfile

Build the Docker images:

docker build -t jhipster-generator:latest .

Make a folder where you want to generate the Service:

mkdir service
cd service

Run the generator from image to generate service:

docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator

Run and attach interactive shell to the generator docker container to work from inside the running container:

docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator /bin/bash

License

The code is available under the GNU Affero General Public License v3.0 license.

About

Packaged jhipster-generators ready to ship and sail in Docker containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published