New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/UCCNetworkingSociety/Windlass

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/UCCNetworkingSociety/Windlass

  • v0.0.0-20190721173644-3b02ae196c9c
  • Source
  • Go
  • Socket score

Version published
Created
Source

Windlass

UCC Netsoc Containers as a Service

Developing Locally

To run Windlass, please checkout our Netsoc Developer Environment

To build the LXD image:

  1. Install Packer
  2. Run packer build packer.json
  3. $$ Profit $$

Debugging

Add this to your Windlass override for debugging and live reload in the Docker container

version: '3.7'
services:
    windlass:
        command: task debug -w
        security_opt:
        - seccomp:unconfined
        ports:
        - 3456:3456
        volumes:
        - /path/to/your/Windlass:/windlass

Live Reload

Add this to your Windlass override for live reload only in the Docker container

version: '3.7'
services:
windlass:
    command: task live-reload -w
    security_opt:
    - seccomp:unconfined
    ports:
    - 3456:3456
    volumes:
    - /path/to/your/Windlass:/windlass

FAQs

Package last updated on 21 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc