51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#doc
什么是Docker
1.什么是docker?docker是一种容器化技术,具体来说它是将应用程序及其依赖环境打包的一种软件,用于保证开发环境的一致性2.为什么需要docker?解决"在我的机器上能跑"的问题,即解决依赖环境一致性问题3.docker是怎么解决这个问题的?docker提供将应用程序及其依赖环境打包成镜像,...
开发笔记
·
2024-09-02
什么
Docker
docker搭建一个NAS端口记录工具Portall
Portall是一个简单的端口管理工具,可以记录某IP下已使用端口,还可以自动生成新的不重复端口。部署也非常简单,通过dockerrun命令部署:dockerrun-p2022:8080-eSECRET_KEY=your_secret_key-ePORT=8080-v./instance:/app/instancePo...
开发笔记
·
2024-08-29
docker
搭建
一个
NAS
端口
docker 安装 kafka
到 dockerhub 去搜一下kafka,排在第一位的是bitnami/kafka,我们就用它了。下载docker-compose.ymlcopycurl-sSLhttps://raw.githubusercontent.com/bitnami/containers/main/bitnami/ka...
开发笔记
·
2024-08-23
docker
安装
kafka
Linux各个版本的系统安装docker
Ubuntu/Debian删除之前安装的dockerapt-getremovedockerdocker-enginedocker.io安装依赖apt-getinstallapt-transport-httpsca-certificatescurlgnupg2software-properties-common添加信任的...
开发笔记
·
2024-07-11
Linux
各个
版本
系统
安装
docker redis警告处理 WARNING Memory overcommit must be enabled; vm.overcommit_memory = 1
提示信息WARNINGMemoryovercommitmustbeenabled!Withoutit,abackgroundsaveorreplicationmayfailunderlowmemorycondition.Beingdisabled,itcanalsocausefailureswithoutlowmemo...
开发笔记
·
2024-07-09
docker
redis
警告
处理
WARNING
国产linux系统安装docker (麒麟和统信)
下载docker二制文件下载地址: https://download.docker.com/linux/static/stable/x86_64/https://mirrors.aliyun.com/docker-ce/linux/static/stable/x86_64/国内其它镜像也可以下载wgethtt...
开发笔记
·
2024-07-09
国产
linux
系统
安装
docker
ORA-31185: DOM Nodes do not belong to the same DOM Document
文档解释ORA-31185:DOMNodesdonotbelongtothesameDOMDocumentCause:ThespecifiedPL/SQLDOMNodedoesnotbelongtotheparentDOMDocumentofthereferringDOMNode.Action:Ensurethatbo...
IT技术学习
·
2023-07-28
DOM
ORA-31185
Nodes
do
not
ORA-31154: invalid XML document
文档解释ORA-31154:invalidXMLdocumentCause:TheXMLdocumentisinvalidwithrespecttoitsXMLSchema.Action:Fixtheerrorsidentifiedandtryagain.等ORA-31154:invalidXMLdocument这是一...
IT技术学习
·
2023-07-28
ORA-31154
invalid
XML
document
ORA-53061: document name string contains reserved prefix – ORD
文档解释ORA-53061:documentnamestringcontainsreservedprefix–ORDCause:TheoperationfailedbecausethespecifieddocumentnamecontainedtheORDprefixthatisreservedforOra...
IT技术学习
·
2023-07-28
ORA-53061
document
name
string
contains
ORA-53002: document name “string” already inserted
文档解释ORA-53002:documentname“string”alreadyinsertedCause:Thespecifieddocumentnamewasfoundintherepository.Action:Specifyauniquedocumentnameandtryagain....
IT技术学习
·
2023-07-28
ORA-53002
document
name
#8220string
#8221
ORA-53032: The default preference document cannot be found.
文档解释ORA-53032:Thedefaultpreferencedocumentcannotbefound.Cause:Thedeleteoperationfailedduetoaninternalerror.Action:Whenauser-definedpreferencedocumentisdeleted,t...
IT技术学习
·
2023-07-28
ORA-53032
The
default
preference
document
ORA-31025: Invalid document element
文档解释ORA-31025:InvaliddocumentelementCause:AnattemptwasmadetoreplacethedataataninvalidindexnumberintheXMLdocumentAction:Supplyacorrectoccurrencenumberandtryagain...
IT技术学习
·
2023-07-28
ORA-31025
Invalid
document
element
ORA-47121: Document string not found
文档解释ORA-47121:DocumentstringnotfoundCause:TheobjectbeingrequesteddoesnotexistAction:ChooseanobjectnamethatexistsandretrytheoperationORA-47121:文档字符串未找到这是一个Oracle...
IT技术学习
·
2023-07-28
ORA-47121
Document
string
not
found
ORA-53039: user-defined preference document: string already exists
文档解释ORA-53039:user-definedpreferencedocument:stringalreadyexistsCause:Theinsertoperationfailedbecauseonlyoneuser-definedpreferencedocumentisallowed.Action:Tocha...
IT技术学习
·
2023-07-27
ORA-53039
user-defined
preference
document
string
ORA-53250: Mapping document does not exist.
文档解释ORA-53250:Mappingdocumentdoesnotexist.Cause:Thespecifiedmappingdocumentdidnotexist.Action:Checktheinstalledmappingdocuments,andcorrectthestatementtopassthen...
IT技术学习
·
2023-07-26
ORA-53250
Mapping
document
does
not
首页
上一页
1
2
3
4
5
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他