Skip to content
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

WeblogicEnvironment搭建排坑指南 #8

Open
kN6jq opened this issue Nov 1, 2022 · 4 comments
Open

WeblogicEnvironment搭建排坑指南 #8

kN6jq opened this issue Nov 1, 2022 · 4 comments

Comments

@kN6jq
Copy link

kN6jq commented Nov 1, 2022

我花了一晚上6个小时没搭建起来

又搞了一天 搜搜查查终于搭建起来了

排错

  1. 使用的是centos7
  2. 参考https://developer.aliyun.com/article/521649安装docker并加速
  3. 按照说明创建指定的目录并拖入jdk及weblogic文件
  4. 主要需要修改的是Dockerfile文件

修改以下内容

FROM centos
FROM centos:centos7

注释掉以下内容

# 解决libnsl包丢失的问题
#RUN yum -y install libnsl

image

@acodervic
Copy link

兄弟牛逼,按照你的方法搞好了.谢谢你的分享,好人一生平安!

@Drun1baby
Copy link

师傅好,我在搭建环境的时候遇到了 jdk 安装的问题,请问一下师傅这边有遇到么

@Drun1baby
Copy link

问题已解决,需要 sed -i 's/\r//' jdk_install.sh 一下

@M0untainShley
Copy link

牛蛙牛蛙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants