diff --git a/images/docker-pylon/index.html b/images/docker-pylon/index.html index 649431d397..5f2c19e8e1 100644 --- a/images/docker-pylon/index.html +++ b/images/docker-pylon/index.html @@ -1,4 +1,4 @@ - pylon - LinuxServer.io
Skip to content

linuxserver/pylon

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Pylon is a web based integrated development environment built with Node.js as a backend and with a supercharged JavaScript/HTML5 frontend, licensed under GPL version 3. This project originates from Cloud9 v2 project.

pylon

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/pylon:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Access the webui at http://your-ip:3131, more information here.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ pylon - LinuxServer.io      

linuxserver/pylon

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Pylon is a web based integrated development environment built with Node.js as a backend and with a supercharged JavaScript/HTML5 frontend, licensed under GPL version 3. This project originates from Cloud9 v2 project.

pylon

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/pylon:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Access the webui at http://your-ip:3131, more information here.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 services:
   pylon:
     image: lscr.io/linuxserver/pylon:latest
@@ -50,4 +50,4 @@
   --pull \
   -t lscr.io/linuxserver/pylon:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 12.07.23: - Rebase to Alpine 3.18
  • 04.07.23: - Deprecate armhf. As announced here
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 19.01.22: - Rebasing to alpine 3.15.
  • 02.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 19.09.19: - Initial Release.
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 12.07.23: - Rebase to Alpine 3.18
  • 04.07.23: - Deprecate armhf. As announced here
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 19.01.22: - Rebasing to alpine 3.15.
  • 02.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 19.09.19: - Initial Release.
\ No newline at end of file