For SSH, ssh and then entering the password did the trick. These worked for both VNC and SSH.įor VNC, navigating to vnc://ip.address.here in Safari opened the macOS Screen Sharing app and prompted me to connect. The machine became available within a minute of me entering the card details, and gave me an IP address I could connect to plus an administrator account username and password. AWS haven't launched this yet (at least anywhere I could find it), and Scaleway were out of stock on their machines which you can rent by the day, so I tried using a $109/month M1 Mac Mini from MacStadium. Since I don't have an M1 Mac, I decided to rent one. I was trying to figure out how to get a development environment for a Django project running inside Docker in a M1 Mac. TLDR: Use platform: linux/amd64 in docker-compose.yml and your containers will probably work! Simon Willison’s TILs Running Docker on an M1 Mac
Running Docker on an M1 Mac | Simon Willison’s TILs