Docker 客户端(Client):Docker 客户端通过命令行或者其他工具使用 Docker API (https://docs.docker.com/reference/api/docker_remote_api) 与 Docker 的守护进程通信。 Docker 主机(Host):一个物理或者虚拟的机器用于执行 Docker 守护进程和容器。 Docker 仓库(Registry):Docker 仓库用来保存镜像,可以理解为代码控制...
这里应该是本地运行导致的报错,估摸着是本地的python版本是python3导致的,apt安装的docker-compose版本是1.25,就把docker-compose卸载了用pip重装了一下(1.29版本),然后来个软链接: 然后再试一次就好了,注意可能需要将docker-entrypoint.sh加上可执行权限!: 好了以后可以访问:http://localhost:8000,进入setup界面: ...
drwxr-xr-x.16root root4096Dec3010:35CTFd-rw-r--r--.1root root450Dec3010:35development.txt-rw-r--r--.1root root1459Dec3014:44docker-compose.yml-rwxr-xr-x.1root root1010Dec3010:35docker-entrypoint.sh-rw-r--r--.1root root938Dec3010:35Dockerfile-rw-r--r--.1root root770Dec3010:...
huangzheng2016 / CTFd-docker Star 34 Code Issues Pull requests 用Docker一键配置CTFd,此版本的CTFd集合Whale/Owl等插件,可以实现docker-compose/dockerfile/swarm启动容器 docker docker-compose ctfd ctfd-plugin Updated Jan 19, 2024 Python sigpwny / ctfd2pages Star 30 Code Issues Pull requests A...
CHANGELOG.md Dockerfile migrations serve.py conf docs package.json setup.cfg CONTRIBUTING.md export.py populate.py tests CTFd import.py prepare.sh Vagrantfile development.txt LICENSE README.md webpack.config.js docker-compose.yml Makefile requirements.txt wsgi.py ...
git docker kubernetes aws security ctf training-materials ctfd hacktoberfest Updated Mar 8, 2024 JavaScript sigpwny / ctfd2pages Star 27 Code Issues Pull requests A tool to easily archive CTFd sites to GitHub Pages archive ctfd Updated Feb 19, 2024 JavaScript 0xdevsachin / CTFD-odi...
docker-compose.yml 3.0.0a1 (#1523) 4年前 docker-entrypoint.sh 3.0.0a1 (#1523) 4年前 export.py 2.3.0 (#1248) 5年前 import.py 2.0.0 (#741) 6年前 manage.py Better constant value management (#1335) 5年前 package.json Mark 3.0.2 (#1617) ...
Switch Dockerfile from python:2.7-alpine to python:3.7-alpine Add SERVER_SENT_EVENTS config value to control whether Notifications are enabled Challenge ID is now recorded in the submission log Plugins Add an endpoint parameter to register_plugin_assets_directory() and register_plugin_asset() to ...
You can use the Docker compose definition fromCTFd repository on GitHub. However, that provisions the required services (web-application, cache, and database) into a single host machine, which is neither scalable nor highly available. You can provision the required services, as descri...
core-beta is the default theme during setup 3.5.3 / 2023-06-08 Deployment Fixed permissions error in Dockerfile Bump dependencies for pybluemonday 3.5.2 / 2023-05-01 General Generate cachable S3 URLs by rounding time down to the previous hour to generate a consistent URL Change email whitel...