/ego-dubbo-service

dubbo-service of SOA-ego

Primary LanguageDockerfile

ego-dubbo-service

dubbo-service of SOA-ego

Supported tags and respective Dockerfile links

Installation from Docker registry hub

You can download the image with the following command:

docker pull covfefezdd/ego-dubbo-service

Build by Dockerfile

You can build the image by Dockerfile with the following commands:

wget https://github.com/zhangddjs/ego-dubbo-service/blob/master/covfefezdd/ego-dubbo-service/latest/Dockerfile
docker build -t covfefezdd/ego-dubbo-service .

Start to run

You can run the container with the following commands:

docker run --name ego-dubbo-service --restart always -p 20888:20888 -d covfefezdd/ego-dubbo-service