Skip to content

guangie88/ttyd-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttyd-addons

Build Status

Dockerfile set-up to enhance ttyd with useful installed applications. This is mostly useful only in environments where the filesystem on Docker container is readonly, or if user cannot be root.

Currently the following CLI commands are preinstalled:

  • curl
  • wget
  • python3
  • ruby (irb)
  • vim

Changelog

See here.

How to build

Ubuntu

docker build -t ubuntu \
    --build-arg "DOCKER_TAG=1.5.2" \
    ubuntu/

Alpine

docker build -t alpine \
    --build-arg "DOCKER_TAG=1.5.2-alpine" \
    alpine/

How to generate .travis.yml from template

For Linux user, you can download Tera CLI v0.2 at https://github.com/guangie88/tera-cli/releases and place it in PATH.

Otherwise, you will need cargo, which can be installed via rustup.

Once cargo is installed, simply run cargo install tera-cli --version=^0.2.0.

Acknowledgement

Thanks to the original author of ttyd for making such a great application!

About

Dockerfile set-up to enhance ttyd with useful installed applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published