CTFd-Docker-Challenges icon indicating copy to clipboard operation
CTFd-Docker-Challenges copied to clipboard

Docker Challenge creation for CTFd. Allows per team/user containers!

Results 11 CTFd-Docker-Challenges issues
Sort by recently updated
recently updated
newest added

would be cool If we could incorporate dynamic scoring into this, I have been messing around trying to inherit the class but can't seem to get it working so thought...

Hi, I was setting up CTFd with docker over HTTPS, and I found errors when trying to connect over https. The stack trace: ctfd-ctfd-1 | /usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request...

I was running CTFd in a docker host that had portainer.io running at the same time. And I got an error message containing KeyError: 'PublicPort'. Once I looked into https://my-https-docker:2376/containers/json?all=1...

It didn't work on my machine, now it works on my machine.

I keep getting the above message anytime I try to start any of my containers. For context, I am using the Admin account, teams are disabled (so everyone including myself...

In the docker config menu, it is failing to connect to docker and load the repositories: ![image](https://user-images.githubusercontent.com/13262379/228667568-bf58b20f-7298-493a-a89d-f23dccbbf70e.png) Even though the URL is accessible from the browser and the list is...

With the core-beta theme, the plugin does not work. More specifically, when I click on a challenge I get the following errors in the console: ![image](https://github.com/offsecginger/CTFd-Docker-Challenges/assets/64135571/ff828fc7-d854-4cfe-a4af-d36097653608)

In images builded using BuildKit, `ExposedPorts` does not exist in `Config` field, not in `ContainerConfig` ([Related issue in `docker/cli`](https://github.com/docker/cli/issues/2868)). Sample output of `docker image inspect` command for an image built...