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:
User:
Pusher-cli version:
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.
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.04User:
rootPusher-cli version:
v0.13Binary used:
Expected behaviour: