linuxserver/msedge.

12,085 2 amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/msedge
Build Time 15 May 2025 17:06:08
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 136.0.3240 15 May 2025 at 17:06:07

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

CLI

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