Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

kit/dokku-app-user

 
 

Repository files navigation

dokku-app-user

dokku-app-user is a plugin for dokku that sets the $USER user for use with herokuish

Requirements

This plugin uses the docker-args-* hooks to inject the environment variable argument when dokku executes docker run and uses the app config value of $DOKKU_APP_USER. The current state of herokuish requires the user to already exist in your image. Thus this only works with custom herokuish docker images.

Installation & Example

# Install the plugin:
# dokku 0.4+
dokku plugin:install https://github.com/expa/dokku-app-user.git

dokku config:set <app> DOKKU_APP_USER=expauser
git push [email protected]:<app> master

License

This plugin is released under the MIT license. See the file LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 66.0%
  • Makefile 34.0%