Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 520 Bytes

Docker.adoc

File metadata and controls

38 lines (26 loc) · 520 Bytes
appng logo

Prerequisites

Building

docker compose up --build

After the container started, go to

and login with

user: admin

password: @ppNG$42

Tailing the logfile

docker exec -it appng_dev tail -f webapps/ROOT/WEB-INF/log/appNG.log

Removing the containers and their volumes

docker rm appng_dev
docker rm appng_dev_mariadb
docker volume prune