#doc

什么是Docker

1.什么是docker?docker是一种容器化技术,具体来说它是将应用程序及其依赖环境打包的一种软件,用于保证开发环境的一致性2.为什么需要docker?解决"在我的机器上能跑"的问题,即解决依赖环境一致性问题3.docker是怎么解决这个问题的?docker提供将应用程序及其依赖环境打包成镜像,...
开发笔记 ·2024-09-02

docker搭建一个NAS端口记录工具Portall

Portall是一个简单的端口管理工具,可以记录某IP下已使用端口,还可以自动生成新的不重复端口。部署也非常简单,通过dockerrun命令部署:dockerrun-p2022:8080-eSECRET_KEY=your_secret_key-ePORT=8080-v./instance:/app/instancePo...

docker 安装 kafka

到 dockerhub 去搜一下kafka,排在第一位的是bitnami/kafka,我们就用它了。下载docker-compose.ymlcopycurl-sSLhttps://raw.githubusercontent.com/bitnami/containers/main/bitnami/ka...
开发笔记 ·2024-08-23

Linux各个版本的系统安装docker

Ubuntu/Debian删除之前安装的dockerapt-getremovedockerdocker-enginedocker.io安装依赖apt-getinstallapt-transport-httpsca-certificatescurlgnupg2software-properties-common添加信任的...

docker redis警告处理 WARNING Memory overcommit must be enabled; vm.overcommit_memory = 1

提示信息WARNINGMemoryovercommitmustbeenabled!Withoutit,abackgroundsaveorreplicationmayfailunderlowmemorycondition.Beingdisabled,itcanalsocausefailureswithoutlowmemo...

国产linux系统安装docker (麒麟和统信)

下载docker二制文件下载地址: https://download.docker.com/linux/static/stable/x86_64/https://mirrors.aliyun.com/docker-ce/linux/static/stable/x86_64/国内其它镜像也可以下载wgethtt...

ORA-31185: DOM Nodes do not belong to the same DOM Document

文档解释ORA-31185:DOMNodesdonotbelongtothesameDOMDocumentCause:ThespecifiedPL/SQLDOMNodedoesnotbelongtotheparentDOMDocumentofthereferringDOMNode.Action:Ensurethatbo...
IT技术学习 ·2023-07-28

ORA-31154: invalid XML document

文档解释ORA-31154:invalidXMLdocumentCause:TheXMLdocumentisinvalidwithrespecttoitsXMLSchema.Action:Fixtheerrorsidentifiedandtryagain.等ORA-31154:invalidXMLdocument这是一...
IT技术学习 ·2023-07-28

ORA-53061: document name string contains reserved prefix – ORD

文档解释ORA-53061:documentnamestringcontainsreservedprefix–ORDCause:TheoperationfailedbecausethespecifieddocumentnamecontainedtheORDprefixthatisreservedforOra...

ORA-53002: document name “string” already inserted

文档解释ORA-53002:documentname“string”alreadyinsertedCause:Thespecifieddocumentnamewasfoundintherepository.Action:Specifyauniquedocumentnameandtryagain....

ORA-53032: The default preference document cannot be found.

文档解释ORA-53032:Thedefaultpreferencedocumentcannotbefound.Cause:Thedeleteoperationfailedduetoaninternalerror.Action:Whenauser-definedpreferencedocumentisdeleted,t...

ORA-31025: Invalid document element

文档解释ORA-31025:InvaliddocumentelementCause:AnattemptwasmadetoreplacethedataataninvalidindexnumberintheXMLdocumentAction:Supplyacorrectoccurrencenumberandtryagain...

ORA-47121: Document string not found

文档解释ORA-47121:DocumentstringnotfoundCause:TheobjectbeingrequesteddoesnotexistAction:ChooseanobjectnamethatexistsandretrytheoperationORA-47121:文档字符串未找到这是一个Oracle...

ORA-53039: user-defined preference document: string already exists

文档解释ORA-53039:user-definedpreferencedocument:stringalreadyexistsCause:Theinsertoperationfailedbecauseonlyoneuser-definedpreferencedocumentisallowed.Action:Tocha...

ORA-53250: Mapping document does not exist.

文档解释ORA-53250:Mappingdocumentdoesnotexist.Cause:Thespecifiedmappingdocumentdidnotexist.Action:Checktheinstalledmappingdocuments,andcorrectthestatementtopassthen...
首页上一页12345...下一页尾页