Sign inSign up

telemetrybalkan/o2d-compose:0.0.4-alpha

Manifest digest

sha256:8ab2a4df1acd04e5b3da8a88b7985ddbbbb5dfebacddde38020c6f022bcf999f

Last pushed

2 days by kropanov

Type

Compose

Manifest digest

sha256:8ab2a4df1acd04e5b3da8a88b7985ddbbbb5dfebacddde38020c6f022bcf999f

Compose file content

services:
  o2d:
    image: telemetrybalkan/o2d:0.0.4-alpha
    devices:
      - /dev/serial:/dev/serial
    privileged: true
    network_mode: host
    stdin_open: true
    tty: true
    volumes:
      - /dev:/dev
      - /run/dbus:/run/dbus
      - /run/udev:/run/udev:ro
      - /etc/NetworkManager:/etc/NetworkManager
      - /etc/machine-id:/etc/machine-id:ro

      - o2d_volume:/ws

      # VS Code Server и установленные Remote Extensions
      - vscode_server_volume:/root/.vscode-server

volumes:
  o2d_volume:
  vscode_server_volume:

Docker commands

docker compose -f oci://telemetrybalkan/o2d-compose:0.0.4-alpha up

Use the above command to pull and run the Compose file. Learn more.

Images used

Image


Pulls

5.0K

Stars

0

Last Updated

2 days