lithos 0.18.4

A containerization framework for linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
socket:
  instances: 2
  image: py_systemd-example
  variables:
    input_port: 77
  config: /config/socket.yaml

py:
  kind: Command
  image: py_systemd-example
  config: /config/py.yaml