Sign inSign up

mkuf/laserweb

By mkuf

•Updated 10 months ago

LaserWeb is a CAM & Machine Control Program for Laser/CNC/Plotter/Plasma applications.

Image
0

3.4K

mkuf/laserweb repository overview

This Image is built and used by prind⁠.

⁠Laserweb4 packaged in Docker

⁠What is Laserweb?

LaserWeb / CNCWeb is a full CAM & Machine Control Program for Laser/CNC/Plotter/Plasma applications.

via https://laserweb.yurl.ch/⁠

This image contains the frontend from https://github.com/ssendev/LaserWeb4⁠.
It still requires a compatible backend like moonraker⁠ or the lw.comm-server⁠ if machine control is desired.

⁠Usage

⁠Run
docker run -p 80:80 mkuf/laserweb:latest
⁠Compose
services:
  laserweb:
    image: mkuf/laserweb:latest
    ports:
      - "80:80"

⁠Defaults

EntityDescription
Usernginx (101:101)
Workdir
Entrypoint/docker-entrypoint.sh
Cmdnginx -g daemon off;

⁠Ports

PortDescription
80/tcpDefault HTTP Port

⁠Volumes

none

⁠Tags

TagDescriptionStatic
latestRefers to the most recent runtime Image.May point to a new build within 24h, depending on code changes in the upstream repository.
<git description>
eg: v4.1-1-g3c7564d
Refers to a specific git description in the upstream repository.Yes

⁠Targets

TargetDescriptionPushed
buildPull Upstream Codebase and build applicationNo
runDefault runtime Image based on library/nginxYes

Tag summary

Content type

Image

Digest

sha256:09f0d882c…

Size

25.8 MB

Last updated

10 months ago

docker pull mkuf/laserweb