Skip to content

michaelshobbs/dokku-hostname

Repository files navigation

dokku-hostname Build Status

Sets the docker hostname option for dokku (https://github.com/dokku/dokku)

Currently just sets --hostname=hostname.

requirements

  • dokku 0.4.0+
  • docker 1.8.x

installation

# on 0.3.x
cd /var/lib/dokku/plugins
git clone https://github.com/michaelshobbs/dokku-hostname.git dokku-hostname
dokku plugins-install

# on 0.4.x
dokku plugin:install https://github.com/michaelshobbs/dokku-hostname.git dokku-hostname

hooks

This plugin provides the following triggers:

  • docker-args-build: adds the --hostname env var to the host's hostname or (if available) the AWS OpsWorks stack name + - + hostname
  • docker-args-deploy: adds the --hostname env var to the host's hostname or (if available) the AWS OpsWorks stack name + - + hostname
  • docker-args-run: adds the --hostname env var to the host's hostname or (if available) the AWS OpsWorks stack name + - + hostname

About

Set docker hostname option for dokku (https://github.com/progrium/dokku)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •