linuxserver/msedge.

3,291 1 amd64

Build Information

General build information for this image

Docker Hub linuxserver/msedge
Build Time 15 Nov 2024 22:57:18
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 131.0.2903 15 Nov 2024 at 22:57:17

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  msedge:
    image: linuxserver/msedge:131.0.2903
    container_name: msedge
    restart: no

CLI

docker create \
  --name=msedge \  --restart no \
  linuxserver/msedge:131.0.2903