Docker Installation

From Lingoport Wiki
Revision as of 21:34, 16 June 2022 by Olibouban (talk | contribs) (Created page with "= Work in Progress = This installation is for a future release. == Centos Docker Installation == See: https://docs.docker.com/engine/install/centos/ == LocalyzerQA Docker...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Work in Progress

This installation is for a future release.

Centos Docker Installation

See: https://docs.docker.com/engine/install/centos/

LocalyzerQA Docker Installation

Prereq

  • Make sure you have MySQL installed on disk
  • Make sure you have the logs and config locations setup, for example:
   centos > pwd
   /home/centos/localyzerqa
   centos > ls -l
   total 0
   drwxrwxr-x. 2 centos centos 6 Jun 16 21:32 config
   drwxrwxr-x. 2 centos centos 6 Jun 16 21:32 log
   drwxrwxr-x. 2 centos centos 6 Jun 16 21:32 logs


  • Check the local images
   docker ps

You may have previous LocalyzerQA images. You may want to remove them.

Get the image

   docker run -dp 8085:8080 ljilingoport/localyzerqadev
   docker ps

Run the container

   docker run -dp 8085:8080 -v "/c/Users/Olivier/Documents/app/log":/usr/local/tomcat/log -v "/c/Users/Olivier/Documents/app/logs":/usr/local/tomcat/logs -v "/c/Users/Olivier/Documents/app/config":/usr/local/tomcat/lingoport ljilingoport/localyzerqadev