Does a PlantUML docker container exist for arm/v6 for running a PlantUML server on a Raspberry Pi Zero W anywhere?
if I try to do either of the following:
docker run -d -p 8080:8080 plantuml/plantuml-server:jetty
docker run -d -p 8080:8080 plantuml/plantuml-server:tomcat
I get an error indicating the following:
Unable to find image 'plantuml/plantuml-server:jetty' locally
jetty: Pulling from plantuml/plantuml-server
docker: no matching manifest for linux/arm/v6 in the manifest list entries.
I have docker installed and working -- no problem there. Just can't seem to locate an existing docker container for this anywhere.