Linux 安裝 cyber-dojo 安裝 Docker setup directory permissions cyber-dojo saves the practice sessions to /cyber-dojo You need to set the correct permissions for this directory. The user-id for the saver service is 19663, and its group-id is 65533. In a terminal, type: $ sudo mkdir /cyber-dojo $ sudo chown 19663:65533 /cyber-dojo 下載 cyber-dojo binary $ curl -O https://raw.githubusercontent.com/cyber-dojo/commander/master/cyber-dojo $ chmod 700 cyber-dojo 添加 Golang 語言支持 $ ./cyber-dojo up --languages=cyberdojo/languages-start-points-all 參考文檔 install on linux running-your-own-cyber-dojo-server