Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
generator-jhipster-docker
Advanced tools
Additional Docker support: Docker Hub, Local SMTP Server, NGinx
JHipster module, additional Docker support in your JHipster application
This is a JHipster module, that is meant to be used in a JHipster application. This module is used to generate a:
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
You have to install Docker and Docker Compose:
To use Automated build, you have to create an account at:
To install this module:
yarn global add generator-jhipster-docker
To update this module:
yarn global upgrade generator-jhipster-docker
To install this module:
npm install -g generator-jhipster-docker
To update this module:
npm update -g generator-jhipster-docker
To run the module on a JHipster generated application:
yo jhipster-docker
You can use this command to generate the Dockerfile for Automated build:
yo jhipster-docker default
To force the generator:
yo jhipster-docker default --force
When using the option Dockerfile for Automated build, Docker Hub will build a Docker image everytime you commit to your repository.
yo jhipster-docker
Dockerfile for Automated build at https://hub.docker.com/
YOUR_DOCKER_ID
by yours)The project djfarrelly/maildev is a simple way to test your project’s generated emails during development with an easy to use web interface.
You can launch:
docker-compose -f src/main/docker/smtp.yml up -d
You can access to it: http://localhost:1080
See the official documentation
Follow these steps:
src/main/docker/nginx/nginx.conf
, depending on the 1st stepdocker-compose -f src/main/docker/nginx.yml up -d
Note:
The use of network_mode: 'host'
in nginx.yml
may not work for Windows or MacOS.
Simply comment it and replace localhost
in src/main/docker/nginx/nginx.conf
file.
Your container (from inside) must access to the application.
You can access to it: http://localhost or http://localhost:8000
Apache-2.0 © Pascal Grimaud and the respective JHipster contributors
FAQs
Additional Docker support: Docker Hub, Local SMTP Server, NGinx
The npm package generator-jhipster-docker receives a total of 260 weekly downloads. As such, generator-jhipster-docker popularity was classified as not popular.
We found that generator-jhipster-docker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.