mudrod
mudrod copied to clipboard
deploy mudrod using docker
@lewismc I tried to deploy MUDORD on VM(199.26.254.146) following docker user guide https://github.com/mudrod/mudrod/tree/master/docker
When I run the command docker run -t -i mudrod/mudrod /bin/bash, the system considered it as unknow command.

Could you please take a look?
Yun has create an image on her own. I guess the problem she is having is how to start ES, Kibana, and other software automatically when starting docker.
https://hub.docker.com/r/quintina/mudrod/tags/
I will revise the existing Docker container to
- run on CentOS7
- Oracle JDK8
- Cannot start services as ROOT
- Deploy Kibana 4.5.1
- Need to investigate why the Git command is not working.
- Ensure that Tomcat is downloaded and is used as the servlet container.
Hi Lewis, I installed tomcat in a docker container, however, the service can't be started with the prompt "Failed to get D-Bus connection: Operation not permitted"
I referred to following links https://github.com/docker/docker/issues/2296 https://bbs.archlinux.org/viewtopic.php?id=194102
But I didn't solve the issue. Could you please take a look when you have time.
FYI: $ docker pull quintina/mudrod:latest $ docker run --interactive --tty --name demo -u mudrod -p 8080:8080 -p 80:5601 quintina/mudrod:latest
It turns out that I should download tomcat package and start it with shell file, rather than use yum command to install tomcat.
14-Sep-2016 06:07:53.806 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 930770 ms
It took more than 15 minutes to deploy MUDROD web service in the container. Do you know how to solve this problem?
The war package I used was mudrod-service-0.0.1-SNAPSHOT.war, generated by command "mvn war:war". And the size was 155861377.
@quintinali did you get an opportunity to work any more on this?
@lewismc I attended an ocean meeting this weekend, so I haven't addressed this issue.
Oh wow lucky you ☺ No problems at all.. Things are coming along nicely anyways.
On Sep 23, 2016 6:16 PM, "quintinali" [email protected] wrote:
@lewismc https://github.com/lewismc I attended an ocean meeting this weekend, so I haven't addressed this issue.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mudrod/mudrod/issues/53#issuecomment-249335993, or mute the thread https://github.com/notifications/unsubscribe-auth/ABHJl6PmuXMk3KcFpqlFtKx65SISOoBqks5qtHoGgaJpZM4Jz4mE .
@quintinali do you have an alternate version of the DOCKERFILE that is different from current master? I'm working on getting it going but don't want to duplicate effort you may have already put in.
@fgreg I don't have dockerfile. For the docker image( quintina/mudrod:temp0907), I built it manually thus I don't have a docker file for the image.
I made quite a bit of progress on this issue in https://github.com/fgreg/mudrod/tree/MUDROD-53
However, it is still not totally functioning. Other issues are taking priority over this one for now.