部落格說明
安裝拉取oracle 11g 映象,這個版本可以自行選擇
docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
安裝oracle容器
docker run -dp 9090:8080 -p 1521:1521 registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
進入容器
docker exec -it 容器id /bin/bash
容器id可以通過一下命令查詢
docker ps -a
使用n**icat連線
預設值服務名:helowin
使用者名稱:system
密碼:helowin
測試
停止/啟動oracle服務:
docker stop oracle
docker start oracle
感謝以及勤勞的自己 Mac使用(一)Mac安裝brew
brew homebrew mac osx上的軟體包管理工具,類似linux中yum,能在mac中方便安裝軟體或者解除安裝軟體,brew 的官方 在官方 對brew的用法進行了詳細的描述 安裝方法 在mac中開啟termal 輸入命令 安裝完成 檢視幫助 使用brew查詢軟體 brew search...
mac安裝使用mysql
com downloads file id 467573安裝之後發現launchpad中沒有mysql。其實預設安裝在了 usr local mysql。sudo ln s usr local mysql bin mysql usr binmysql versionsudo usr local my...
mac 安裝使用 redis
redis是一款高效能的nosql系列的非關係型資料庫 它支援字串 雜湊表 列表 集合 有序集合,位圖,hyperloglogs等資料型別。內建複製 lua指令碼 lru收回 事務以及不同級別磁碟持久化功能,同時通過redis sentinel提供高可用,通過redis cluster提供自動分割槽...