Skip to content

Self-hosted multi-tenant and multi-host Containers as a Service platform using LXD or Firecracker

Notifications You must be signed in to change notification settings

UCCNetsoc/Windlass

Repository files navigation

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

About

Self-hosted multi-tenant and multi-host Containers as a Service platform using LXD or Firecracker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published