kushjoshi.hashnode.devMS - SQL SERVER using docker on mac m1/m2 ARM architectureTo run MS my sql we will utilise Azure Sql Edge official image on docker-hub. If you do not have docker installed on your machine you can do so using brew with the commmand: brew install --cask docker Getting Docker Image: The link to the official im...May 19, 2023·3 min read
kushjoshi.hashnode.devORACLE DATABASE on macOS m1/m2 ARM architectureOracle Database is not available for the new macOS X ARM architecture and therefore requires a layer of virtualization or containerization to run it over the ARM architecture. This can be achieved either by installing a VM and using Windows or Linux....May 18, 2023·2 min read