Sign inSign up

dexter2389/crontab-ui

By dexter2389

Updated over 4 years ago

A Crontab-UI Docker Image for ARM64 devices.

Image
1

244

dexter2389/crontab-ui repository overview

Crontab-UI ARM64 Docker build

Crontab-UI ARM64 Build

Crontab-UI is an easy and safe way to manage your crontab file.

I wanted to setup Crontab-UI on my RaspberryPi 4, but since they don't have an offical image for linux/ARM64 version, I decided to build one for it. I will try to keep up with their offical releases.

Usage

  • Create a docker-compose.yml file with the following properties.
version: "3"
services:
    crontab-ui:
        image: dexter2389/crontab-ui:latest
        container_name: crontab-ui
        ports:
            - 9879:8000
        restart: unless-stopped

Tag summary

Content type

Image

Digest

Size

74 MB

Last updated

over 4 years ago

docker pull dexter2389/crontab-ui