Skip to content

Shell scripts for your HOME/bin directory for easy use of dockerized apps

Notifications You must be signed in to change notification settings

tsari/docker-binaries

Repository files navigation

docker-binaries

Shell scripts for your $HOME/bin directory for easy use of dockerized apps

Usage

Copy files into your $HOME/bin directory and make it executable (chmod -x). On Ubuntu this is in your $PATH by default.

List of scripts

  • node - nodejs.org - runs with a "hack" to retain user rights also on multi user and LDAP systems
  • bower - bower.io - runs with a "hack" to retain user rights also on multi user and LDAP systems
  • grunt - gruntjs.com - runs with a "hack" to retain user rights also on multi user and LDAP systems
  • gulp - gulpjs.com - runs with a "hack" to retain user rights also on multi user and LDAP systems
  • npm - npmjs.com - runs with a "hack" to retain user rights also on multi user and LDAP systems
  • docker-ip - list ip's of all running containers
  • docker-kill-all - stop all running containers
  • docker-clean-containers - delete all stopped containers except "data" containers ("data" in container name)
  • docker-clean-images - delete all images that aren't releated with existing containers
  • filezilla - filezilla-project.org - FTP Client
  • heidisql - heidisql.com - SQL Client for windows
  • heidisql-vpn - heidisql.com - SQL Client for windows. Runs and connects to vpn.
  • vpn - tsari/vpn-proxy - openvpn client and squid proxy in a docker container.

About

Shell scripts for your HOME/bin directory for easy use of dockerized apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages