Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.65 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.65 KB

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.