Sign inSign up

ugeek/gotty

By ugeek

Updated over 4 years ago

Terminal web for Raspberry Pi

Image
0

237

ugeek/gotty repository overview

Terminal web for Raspberry Pi

Docker Compose

version: '3'

services:
  gotty:
    build: ./
    image: ugeek/gotty:arm64
    container_name: gotty
    ports:
      - "82:3000"
    volumes:
      - $HOME:/home

Fork of Dockerfile https://atareao.es. atareao/gotty-docker

Tag summary

Content type

Image

Digest

Size

18.2 MB

Last updated

over 4 years ago

docker pull ugeek/gotty:arm64