We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fc3c4 commit d6e8338Copy full SHA for d6e8338
ctfcli/spec/challenge-example.yml
@@ -24,6 +24,12 @@ type: standard
24
# If you have an imaged hosted on Docker set to the image url (e.g. python/3.8:latest, registry.gitlab.com/python/3.8:latest)
25
# Follow Docker best practices and assign a tag
26
image: null
27
+
28
+# Specify a protocol that should be used to connect to the running image
29
+# For example if the image is a website you can specify http or https
30
+# Otherwise you can specify tcp
31
+protocol: null
32
33
# Specify a host to deploy the challenge onto.
34
# The currently supported URI schemes are ssh:// and registry://
35
# ssh is an ssh URI where the above image will be copied to and deployed (e.g. ssh://root@123.123.123.123)
0 commit comments