linuxserver/msedge.

8,220 2 amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/msedge
Build Time 13 Mar 2025 22:07:10
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 134.0.3124 13 Mar 2025 at 22:07:09

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:134.0.3124
    container_name: msedge
    restart: no

CLI

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