Sign inSign up

strealer/alm-app

By strealer

•Updated 10 months ago

This is the alm-app Docker image for streamlined software lifecycle management

Image
Languages & frameworks
Internet of things
Web servers
0

5.7K

strealer/alm-app repository overview

⁠ALM-App Docker Image

⁠Description

This repository hosts a Docker image for ALM (Application Lifecycle Management) application, designed to streamline various stages of software development processes. The ALM-App Docker image is pre-configured with essential components and tools necessary for managing the lifecycle of software projects.

⁠Usage Instructions

⁠Pulling the Image
docker pull strealer/alm-app
⁠Running the Image
docker run -d -p 8080:80 --name alm strealer/alm-app

This command starts a container named "alm" based on the "strealer/alm-app" image, mapping port 8080 on the host to port 80 in the container. The container runs in detached mode (-d).

⁠Running Update, Install & Remove Scripts
  • To update configuration:
    docker exec -it alm update_conf
    
  • To install Nginx:
    docker exec -it alm install_nginx
    
  • To remove Nginx:
    docker exec -it alm remove_nginx
    
⁠Building and Running Java Program
  • To clean the project:
 docker exec -it alm mvn clean
  • To package the project:
 docker exec -it alm mvn package
  • To install the project:
 docker exec -it alm mvn install
  • To run the Java program:
 docker exec -it alm java -jar target/strealer-cache-manager-1.0-SNAPSHOT.jar

Tag summary

Content type

Image

Digest

sha256:66ecbf1e0…

Size

125.9 MB

Last updated

10 months ago

docker pull strealer/alm-app