Sign inSign up

pzduniak/keystand

By pzduniak

Updated over 6 years ago

Keybase service and CLI client running in Docker

Image
0

330

pzduniak/keystand repository overview

keystand

DEPRECATED: Use https://hub.docker.com/r/keybaseio/client instead.

A Keybase service that provisions using a paper key.

Starting the service

docker run \
    -e KEYBASE_USERNAME="yourusername" \
    -e KEYBASE_PAPERKEY="your paper key ..." \
    -e KEYBASE_DEVICENAME="desired device name" \ # optional
    --name keybase \ # required to use volumes-from later
    pzduniak/keystand:service \
    keybase --debug service # cmd is optional, debug mode is quite useful for debugging

Running commands against the service

docker run --rm --volumes-from keybase pzduniak/keystand:client keybase chat send yourname hello
docker run --rm --volumes-from keybase pzduniak/keystand:client keybase status

Tag summary

Content type

Image

Digest

Size

54.5 MB

Last updated

over 6 years ago

docker pull pzduniak/keystand:service