Giter VIP home page Giter VIP logo

rap-docker's Introduction

容器内的RAP版本是基于分支v0.14.3进行制作的,我把镜像放在阿里云的容器镜像仓库中,国内获取速度会较快;点击查看镜像详细地址

启动Redis

docker run -d --network nakedhub --name redis3 redis:3.2

数据库说明

配置数据库的方法请参考RAP官方的部署手册配置数据库篇,点击查看Centos中文部署文档配置数据库

启动容器

docker run -d -p 8080:8080 --name rap --network nakedhub \
-e JAVA_OPTS="$JAVA_OPTS  \
-Djdbc.url=jdbc:mysql://mysql-server:3306/rap_db \
-Djdbc.username=rap_db \
-Djdbc.password=rap_db_123456 \
-Dredis.host=redis3 \
-Dredis.index=0 \
-Djava.security.egd=file:/dev/urandom" \
registry.cn-hangzhou.aliyuncs.com/caryyu/rap:0.14.3

阿里云外网镜像地址

registry.cn-hangzhou.aliyuncs.com/caryyu/rap:0.14.3

阿里云内网镜像地址

registry.cn-hangzhou.aliyuncs.com/caryyu/rap:0.14.3

RAP源码说明

官方RAP的0.14.3不支持外部系统变量的覆盖,我Fork了一份并在分支v0.14.3作出了更改。 我的Github项目地址:https://github.com/caryyu/RAP/tree/v0.14.3

rap-docker's People

Contributors

caryyu avatar

Watchers

James Cloos avatar Thunderball avatar  avatar

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.