setting up docker with oracle on mac

Once you have docker configured to run locally, see blog post https://sqlkitty.home.blog/2019/12/15/setting-up-docker-with-sql-server-backup-on-mac/ for more details Then you can setup Oracle in Docker Login into docker store in web browser – or follow this to use a web browser via ssh – https://superuser.com/questions/139426/accessing-a-url-on-ssh-without-using-a-web-browser Search for oracle…

setting up docker with postgresql on mac

To see more details on installing and configuration of docker and dbeaver and portainer, see this post:https://sqlkitty.home.blog/2019/12/15/setting-up-docker-with-sql-server-backup-on-mac/ Create a docker volume to have persistent data docker volume create pgdata Create posgresql instance (note we are changing the port to 54320 in case 5432 is already…