linuxserver/msedge.

113 0 amd64

Build Information

General build information for this image

Docker Hub linuxserver/msedge
Build Time 02 May 2024 19:06:07
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 124.0.2478 02 May 2024 at 19:06:06

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

CLI

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