This is the alm-app Docker image for streamlined software lifecycle management
4.7K
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.
docker pull strealer/alm-app
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).
docker exec -it alm update_conf
docker exec -it alm install_nginx
docker exec -it alm remove_nginx
docker exec -it alm mvn clean
docker exec -it alm mvn package
docker exec -it alm mvn install
docker exec -it alm java -jar target/strealer-cache-manager-1.0-SNAPSHOT.jar
Content type
Image
Digest
sha256:19ff27121…
Size
125.9 MB
Last updated
8 months ago
docker pull strealer/alm-app:development