ugeek/gotty

By ugeek

Updated almost 3 years ago

Terminal web for Raspberry Pi

Image
0

21

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

Docker Pull Command

docker pull ugeek/gotty