Dockerfile 中的echo的使用方式和bash中的使用方式是有区别的 下面是一个 Dockerfile 通过echo的方式更换apt-get源和pip源 FROM python:3.5.8-stretch # 更新缓存 RUN echo 'deb http://mirrors.aliyun.com/debian stretch main contrib non-free\n\ deb http://mirrors.aliyun.com/debian stretch-proposed-up
1.更改server.xml文件中端口(启动.关闭端口) 2.在startup.bat文件开头加上 SET JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_101(jdk路径) SET CATALINA_HOME=E:\apache-tomcat-8.0.0-RC1(tomcat路径) 如果内存溢出 在bin/catalina.bat中在 echo Using CATALINA_BASE: "%CATALINA_BASE%"echo
[root@hadoop01 database]# ./runInstaller ./runInstaller: /opt/database/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory原因:没有安装ld-linux.so.2[root@hadoop01 database]# yum install -y ld-linux.so.2继续安装[root@hadoop01 databa