Skip to content

Latutude.sh Launchpad blueprint for Bee and swarm cli

Notifications You must be signed in to change notification settings

w3rkspacelabs/bee-swarm-cli-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bee and Swarm CLI Docker image

Latitude.sh Launchpad blueprint for Bee and swarm cli

Blueprint link

Environment Variables

Each of the following environment variable is optional, set either SSH_PASSWORD or PUBLIC_KEY for ssh access

Variable Description
PUBLIC_KEY Public Key for ssh access
SSH_USER Username for ssh access (default: root)

SSH access

To enable SSH access, enter your public SSH key in the PUBLIC_KEY environment variable during deployment. After deployment, use the provided IP address and the following command to connect:

ssh root@<APP_IP> -p 22

Building the docker image

git clone https://github.com/LeoAltissimo/bee-swarm-cli-docker.git
cd bee-swarm-cli-docker
docker build build latest

About

Latutude.sh Launchpad blueprint for Bee and swarm cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 59.4%
  • Shell 40.6%