Skip to content

Commit

Permalink
Add a new post
Browse files Browse the repository at this point in the history
  • Loading branch information
joaothallis committed Jul 17, 2023
1 parent a68004e commit 5c221de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/posts/how-to-run-mssql-docker-image-on-apple-silicon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "How to Run mssql Docker Image on Apple Silicon"
date: 2023-07-14T00:05:08-03:00
draft: false
---

I was having this [issue](https://github.com/microsoft/mssql-docker/issues/668) when I was running the container.

## Solution if you are using `colima` to run Docker containers

```bash
colima start --arch aarch64 --vm-type=vz --vz-rosetta
```

Thanks [Felix Rabe](https://github.com/frab3) for the [answer](https://github.com/microsoft/mssql-docker/issues/668#issuecomment-1477512288).

0 comments on commit 5c221de

Please sign in to comment.