You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check for either command -v docker or a non-empty DOCKER variable (e.g. add DOCKER to the firewall-settings.local template). That way, we can add a step to the documentation to set DOCKER, if appropriate.
Document how to reverse the firewall script. I did this by flushing iptables, adding port 22, deploying, and restarting the server. If that's it, we can document the steps more explicitly.
The text was updated successfully, but these errors were encountered:
Right now we run onboarding and core first, which runs the firewall script. The firewall script checks for
command -v docker
, which will fail. It will then proceed to implement port knocking. https://ocdsdeploy.readthedocs.io/en/latest/deploy/create_server.html#apply-core-changesWe can either:
command -v docker
or a non-emptyDOCKER
variable (e.g. addDOCKER
to thefirewall-settings.local
template). That way, we can add a step to the documentation to setDOCKER
, if appropriate.The text was updated successfully, but these errors were encountered: