Skip to content

Emceelamb/docker-ssb-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Secure Scuttlebutt

This is a experimental Dockerized instance of Secure Scuttlebutt (SSB). Still experimenting with ssb!

The image mostly follows the setup instructions described in ssb-server.

The ssb configurations are mounted in config/config.

The ssb data files are mounted as volume in ssb/, and will save on first run.

Start up

  1. Clone repository
  2. Start with docker-compose
docker-compose up

Post setup

You can run commands in the running container using docker exec

Examples:

  • docker exec -it <container id> ssb-server whoami
  • docker exec -it <container id> ssb-server invite.create 1

About

Docker Secure Scuttlebutt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published