linuxserver/msedge.

3,947 1 amd64

Build Information

General build information for this image

Docker Hub linuxserver/msedge
Build Time 06 Dec 2024 17:42:58
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 06 Dec 2024 at 17:42:57

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