-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy mudrod using docker #53
Comments
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. |
I will revise the existing Docker container to
|
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 But I didn't solve the issue. Could you please take a look when you have time. FYI: |
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 ☺ On Sep 23, 2016 6:16 PM, "quintinali" notifications@github.com wrote:
|
@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. |
@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?
The text was updated successfully, but these errors were encountered: