Giter VIP home page Giter VIP logo

docker-keybase's Introduction

docker-keybase

Build Status

Docker container with signed Keybase.io client install.

Usage

Run a named container and attach to it.

docker run --name keybase -it langrisha/keybase

Login into your account and provision the device. You can now use keybase from within the container. Detach from the container to get back to your host.

ctrl+pq

Great, now you can execute commands from the host.

echo "secret" | docker exec -i keybase keybase encrypt max

And you can always attach to the container.

docker attach keybase

Extend

You can extend the image and copy your user and device information.

# Dockerfile
FROM langrisha/keybase

USER root
COPY ./config/* .config/keybase/
RUN chown -R keybase:keybase .config/keybase
USER keybase

Tips

You can copy your user and device information from a container to your host, or the other way around.

docker cp keybase:/home/keybase/.config/keybase config

Notes

The container process is configured to run as the user keybase belonging to the keybase group (UID and GID 1000). By default, runs the command bash.

Do not forget to run the container process interactively and to login with your user when the container starts.

Changelog

1.0.0 - 2016-03-25

Initial release

docker-keybase's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.