/bin/sh: gotty: not found

This page summarizes the projects mentioned and recommended in the original post on /r/docker

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gotty

    Share your terminal as a web application

  • Dockerfile root@picard:~/Projects/gotty# more Dockerfile FROM library/busybox as downloader ADD https://github.com/yudai/gotty/releases/latest/download/gotty_linux_amd64.tar.gz /download/gotty.tar.gz RUN cd /download \ && tar -xf /download/gotty.tar.gz \ && chmod a+x /download/gotty FROM library/alpine:latest RUN apk add libc6-compat COPY --from=downloader /download/gotty /usr/local/bin/gotty CMD /usr/local/bin/gotty

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • CLI software remote elérése

    1 project | /r/programmingHungary | 11 Jul 2023
  • How to run functions on a remote server and get the result on my computer?

    1 project | /r/golang | 30 Apr 2023
  • Terminal to web app: a new paradigm?

    2 projects | /r/commandline | 13 Feb 2023
  • Can't use 'go get' in the user data (cloud-init) of an aws ec2 instance?

    1 project | /r/golang | 20 Apr 2022
  • Suggestions for SSH clients that run in browser

    1 project | /r/sysadmin | 4 Oct 2021