Skip to content

TEN-framework/ten_actions_runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ten_actions_runner

setup a new runner

  • start a new container
docker run -d --restart=always \
  --privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined \
  --entrypoint sleep \
  --name <runner_name> --hostname <runner_name> \
  ghcr.io/ten-framework/ten_actions_runner:0.1.0 infinity
  • init
# login
docker exec -it <CONTAINER_ID> bash

# start docker
sudo service docker start

# verify docker
docker run --rm hello-world
  • config
./config.sh --url https://github.com/TEN-framework --token <YOUR_RUNNER_TOKEN>
  • run
nohup ./run.sh &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages