Giter VIP home page Giter VIP logo

servicemix-docker's Introduction

Apache ServiceMix Docker image

Run

docker run -d -t \
  --name servicemix \
  -p 1099:1099 \
  -p 8101:8101 \
  -p 8181:8181 \
  -p 61616:61616 \
  -p 36888:36888 \
  -p 44444:44444 \
  -v /host/path/deploy:/deploy \
  mkroli/servicemix

servicemix-docker's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

servicemix-docker's Issues

It show nothing while doing http://localhost:8181/system/console

I have use this image in docker it run in container fine but it does not show anything while i run in browser http:localhost:8181/system/console its shows connection refused in window 7

or how i can use this image in my application bundle.
please provide some reference.

i am new to docker.

Below command does not work on Ubuntu

I am working with docker on Ubuntu 16.04 virtual machine env.
Provide solution for ubuntu 16.04

docker run -d -t --name servicemix -p 1099:1099 -p 8101:8101 -p 8181:8181 -p 61616:61616 -p 36888:36888 -p 44444:44444 -v /host/path/deploy:/deploy mkroli/servicemix

Above command gives below error
Status: Downloaded newer image for mkroli/servicemix:latest
docker: Error response from daemon: error creating aufs mount to /var/lib/docker/aufs/mnt/809e7ac75076f3ce29ab7a1706e4eb7b53e186971dd3abf474fae754e906a60a-init: invalid argument.

after this i have run the below command but not able to resolve the above error

docker rm -f $(docker ps -a -q)
docker rmi -f $(docker images -a -q)
sudo service docker stop
sudo rm -rf /var/lib/docker/aufs
sudo rm -f /var/lib/docker/linkgraph.db
sudo service docker start

the error exact means - the daemon does not able to create aufs mount to may be lack of permission i am running ubuntu with root permission.

i have done the mount and umount also but not able to proceed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.