Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Sonar

Docker recipe for sonar customized container.

Run sonar image which is linked to mysql db

sudo docker run -it -d --name sonar -p 9000:9000 -e SONAR_HOST=10.0.0.110 -e SONAR_USER=sonar -e SONAR_PASSWORD=123qwe -e SONAR_CONTEXT=/sonar --link sonar-mysql:sonar-mysql mbocek/sonar

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors