Skip to content

repo for the cyberdojo/commander Docker image and the cyber-dojo bash script

License

Notifications You must be signed in to change notification settings

cyber-dojo/commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action (main)

  • The main cyber-dojo bash script to control a cyber-dojo server
  • The cyberdojo/commander Docker image which the cyber-dojo bash script delegates to.
$ ./cyber-dojo

Use: cyber-dojo [--debug] COMMAND
     cyber-dojo --help

Commands:
    clean        Removes old images/volumes/containers
    down         Brings down the server
    logs         Prints the logs from a service container
    sh           Shells into a service container
    start-point  Manages cyber-dojo start-points
    up           Brings up the server
    update       Updates the server to latest or to a given version
    version      Displays the current version

Run 'cyber-dojo COMMAND --help' for more information on a command.

cyber-dojo.org home page