10000 GitHub - Vauth/claw-docker: ClawCloud docker simple docker image.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Vauth/claw-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple docker image for claw.cloud


📦 Run:

docker pull ghcr.io/vauth/claw-docker:main

🚀 How it works?

  • Add claw.sh file in your project and fill it with required cmds.
  • Launch a project in run.claw.clouds & ads this docker image in your project.
    • Docker Image URL: ghcr.io/vauth/claw-docker:main
  • Import GITHUB_URL including your project URL into environment variables.

📚 Sample claw.sh:

#!/bin/bash

git clone https://github.com/Vauth/fastapi
cd fastapi || exit
pip3 install -r requirements.txt --break-system-packages
python3 fast.py

About

ClawCloud docker simple docker image.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 
0