docs: add .NET as a new Docker image (#12659)

This commit is contained in:
Max Schmitt 2022-03-10 22:20:04 +01:00 committed by GitHub
parent a388bb2302
commit 324e3ff3ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ docker pull mcr.microsoft.com/playwright/python:focal
```
```bash csharp
docker pull mcr.microsoft.com/playwright:focal
docker pull mcr.microsoft.com/playwright/dotnet:focal
```
```bash java
@ -64,7 +64,7 @@ docker run -it --rm --ipc=host mcr.microsoft.com/playwright/python:focal /bin/ba
```
```bash csharp
docker run -it --rm --ipc=host mcr.microsoft.com/playwright:focal /bin/bash
docker run -it --rm --ipc=host mcr.microsoft.com/playwright/dotnet:focal /bin/bash
```
```bash java
@ -84,7 +84,7 @@ docker run -it --rm --ipc=host --user pwuser --security-opt seccomp=seccomp_prof
```
```bash csharp
docker run -it --rm --ipc=host --user pwuser --security-opt seccomp=seccomp_profile.json mcr.microsoft.com/playwright:focal /bin/bash
docker run -it --rm --ipc=host --user pwuser --security-opt seccomp=seccomp_profile.json mcr.microsoft.com/playwright/dotnet:focal /bin/bash
```
```bash java
@ -139,7 +139,7 @@ Status of push to MCR can be [verified here](https://mcrflow-status-ui.azurewebs
We currently publish images based on the following [Ubuntu](https://hub.docker.com/_/ubuntu) versions:
- **Ubuntu 20.04 LTS** (Focal Fossa), image tags include `focal`
- **Ubuntu 18.04 LTS** (Bionic Beaver), image tags include `bionic` (not published for Java)
- **Ubuntu 18.04 LTS** (Bionic Beaver), image tags include `bionic` (not published for Java and .NET)
#### Alpine