-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Issue:
Running pusher from inside a docker image is facing the following problem:
root@83c474e59da6:/tools# ./pusher
Can't get your home directory.
The image used:
FROM ubuntu:20.04
User:
root
Pusher-cli version:
v0.13
Binary used:
Expected behaviour:
root@asdfasdf:/tools# ./pusher
A CLI for your Pusher account. Find out more at https://pusher.com
Usage:
pusher [command]
Available Commands:
channels Commands related to the Channels product
help Help about any command
login Enter and store Pusher API key
logout Remove Pusher account credentials from this computer
version Lists the version of Pusher CLI
Flags:
-h, --help help for pusher
Use "pusher [command] --help" for more information about a command.
serjaum and dominicroessner