https://github.com/jonelo/docker-jacksum
Jacksum on Docker
https://github.com/jonelo/docker-jacksum
docker jacksum
Last synced: 5 months ago
JSON representation
Jacksum on Docker
- Host: GitHub
- URL: https://github.com/jonelo/docker-jacksum
- Owner: jonelo
- License: gpl-3.0
- Created: 2021-10-08T21:06:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T06:28:46.000Z (over 1 year ago)
- Last Synced: 2025-05-03T02:59:22.774Z (about 1 year ago)
- Topics: docker, jacksum
- Language: Shell
- Homepage: https://hub.docker.com/r/jonelo/jacksum
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jacksum on Docker
## Prerequisites
### Docker
Install Docker (testet on Ubuntu 24.04.1)
```
./install-docker.sh
```
> [!INFO]
> Credits: https://linuxiac.com/how-to-install-docker-on-ubuntu-24-04-lts/
### update_property
Get a copy of `update_property` from https://github.com/jonelo/bashberries/
## Download
```
docker pull jonelo/jacksum
```
See also https://hub.docker.com/r/jonelo/jacksum
## Usage
```
docker run jonelo/jacksum
```
get the entire help by typing
```
docker run jonelo/jacksum jacksum -h
```
See also https://github.com/jonelo/jacksum/wiki/Manpage
## Update, Build, Deploy
### Update jacksum.jar
Update to the latest Jacksum release.
```
./update.sh 3.7.0
```
> [!NOTE]
> `update.sh` requires `update_property`. See also the section Prerequisites.
### Build the Docker image
```
./build.sh
```
### Deploy on Docker Hub
```
./deploy.sh
```