master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
1
branch
0
tags
Code
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 442 commits behind dushixiang:master.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
mkdir /etc/next-terminal mkdir /etc/next-terminal/recording mkdir /etc/next-terminal/drive cat <<EOF >> /etc/next-terminal/config.yaml mysql: hostname: 172.17.0.1 port: 3306 username: root password: root database: next_terminal server: addr: 0.0.0.0:8088 EOF
docker run -d \ -p 8088:8088 \ -v /etc/next-terminal/config.yaml:/etc/next-terminal/config.yaml \ -v /etc/next-terminal/recording/:/usr/local/next-terminal/recording/ \ -v /etc/next-terminal/drive/:/usr/local/next-terminal/drive/ \ --name next-terminal \ --restart always dushixiang/next-terminal:0.0.1