...
Code Block |
---|
sudo systemctl enable docker.service sudo systemctl enable containerd.service sudo usermod -a -G docker admin um#um den Dockerdaemon ansprechen zu dürfen |
...
Code Block |
---|
{ "proxies": { "default": { "httpProxy": "http://proxy.fiz-karlsruhe.de:8888", "httpsProxy": "http://proxy.fiz-karlsruhe.de:8888", "noProxy": "*.test.example.com,.example2.com,127.0.0.0/8" } } } |
Build + Run:
Refer to [https://dev.fiz-karlsruhe.de/stash/projects/APD/repos/ise-apd-classification/browse]