Skip to content

nds-org/ndslabs-system-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDS System Shell

A container that can be used to bootup a micro-cluster environment and run NDSLabs services.

This is the build source for the ndslabs/system-shell container image. See https://github.com/nds-org

Prerequisites

Usage

  • Print usage information contained in the image "docker run --rm -it ndslabs/system-shell usage"
  • The usage command has arguments to emit a canonical docker run command for various environments
  • The system shell requires mapping the docker socket: docker run ... -v /var/run/docker/sock:/var/run/docker.sock
  • Check proper setup from within you developer container: check-setup

Commands

  • kube-up.sh - bring up a kubernetes micro-cluster
  • ndslabs-up.sh - layer NDSLabs services on-top of kubernetes
  • toolsrv.sh - starts the Tool Manager docker container