pfav/minipaint

By pfav

Updated about 3 years ago

This is a dockerized version of the miniPaint project.

Image
1

10K+

pfav/minipaint repository overview

miniPaint Dockerized

This is a dockerized version of the miniPaint project by viliusle. To optimize for space and security this project only serves from Alpine with nginx webserver.

Github Link: https://github.com/patrickfav/docker-minipaint

Quickstart

Use it as follows to run it locally on port 8080:

docker run -p 8080:80  pfav/minipaint:latest   

Build

This image uses multi-stage docker to build and serve the application. It uses a node container to build and a simple nginx one to serve your files (i.e. no application server is in place while running):

docker build -t local/minipaint .
docker run -p 8080:80  local/minipaint

Per default, it uses port 80 and the version is fixed to a tag that can be found in the Dockerfile.

Credits

License

Copyright 2022 Patrick Favre-Bulle

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Tag summary

Content type

Image

Digest

sha256:5839316c9

Size

19.7 MB

Last updated

about 3 years ago

Requires Docker Desktop 4.37.1 or later.