This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import json | |
import os | |
import pathlib | |
import sys | |
from typing import List | |
""" | |
Workaround to enable capabilities on Swarm services. | |
Injects all capabilities before passing requests to the real runtime (runc). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
set -u | |
set -x | |
RUNC_PROXY_GIST="https://gist.githubusercontent.com/agmangas/905a3045074a8645462eadad95334b6a/raw/" | |
echo "## Adding runc proxy to enable privileged support" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import logging | |
import pprint | |
import random | |
import time | |
from wotpy.wot.enums import DataType | |
_logger = logging.getLogger("wotemu.quickstart.thing") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix dct: <http://purl.org/dc/terms/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
<http://publications.europa.eu/resource/authority/country/ESP> | |
a dct:Location ; | |
skos:inScheme <http://publications.europa.eu/resource/authority/country> . |
OlderNewer