linuxserver/openvscode-server.

148,833 33 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/openvscode-server
Build Time 23 Sep 2023 06:53:34
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.82.2 15 Sep 2023 at 22:24:16

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  openvscode-server:
    image: linuxserver/openvscode-server:1.82.2
    container_name: openvscode-server
    restart: no

CLI

docker create \
  --name=openvscode-server \  --restart no \
  linuxserver/openvscode-server:1.82.2