■ psql 올리기 #docker run -p 5432:5432 --name pg-test2 -it 레포지토리주소/ubuntu:18.04 bash > apt-get update > apt-get install postgresql postgresql-contrib > service postgresql start > exit #firewall-cmd --permanent --zone=public --add-port=5432 ■ oracle instant client 설치 https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html #mkdir /download #docker cp /storage/download/..