1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | apps:
tomcat:
command: command-tomcat.wrapper
daemon: simple
plugs:
- network-bind
architectures:
- amd64
confinement: strict
description: A Java Servlet and Java Server Pages container developed under the Apache
License
grade: devel
name: tomcat
summary: A Java Servlet and Java Server Pages container
version: 8.5.5
|