mudrod icon indicating copy to clipboard operation
mudrod copied to clipboard

deploy mudrod using docker

Open quintinali opened this issue 9 years ago • 12 comments
trafficstars

@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.

image

Could you please take a look?

quintinali avatar Sep 02 '16 16:09 quintinali

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.

Yongyao avatar Sep 13 '16 21:09 Yongyao

https://hub.docker.com/r/quintina/mudrod/tags/

quintinali avatar Sep 13 '16 22:09 quintinali

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.

lewismc avatar Sep 13 '16 22:09 lewismc

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

quintinali avatar Sep 14 '16 00:09 quintinali

It turns out that I should download tomcat package and start it with shell file, rather than use yum command to install tomcat.

quintinali avatar Sep 14 '16 01:09 quintinali

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 avatar Sep 14 '16 06:09 quintinali

@quintinali did you get an opportunity to work any more on this?

lewismc avatar Sep 24 '16 00:09 lewismc

@lewismc I attended an ocean meeting this weekend, so I haven't addressed this issue.

quintinali avatar Sep 24 '16 01:09 quintinali

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 .

lewismc avatar Sep 24 '16 01:09 lewismc

@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 avatar Jan 23 '17 17:01 fgreg

@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.

quintinali avatar Jan 23 '17 17:01 quintinali

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.

fgreg avatar Feb 01 '17 22:02 fgreg