ctfcli icon indicating copy to clipboard operation
ctfcli copied to clipboard

image field plans?

Open arxenix opened this issue 5 years ago • 1 comments

What are the current plans for the image field in the chal spec? One thing to keep in mind for deployment is that some chals might want multiple containers e.g. a sql db + webserver, so perhaps specifying a single image is not enough. For the CTF we recently ran, we had a docker-compose file for each challenge.

arxenix avatar Aug 03 '20 19:08 arxenix

A deploy command has been added in https://github.com/CTFd/ctfcli/pull/36. This doesn't handle multi-image containers yet but it covers the main one-image case.

ColdHeat avatar Feb 08 '21 09:02 ColdHeat