https://github.com/ffalt/jam-dockerimage
a docker image build script for jam
https://github.com/ffalt/jam-dockerimage
Last synced: 4 months ago
JSON representation
a docker image build script for jam
- Host: GitHub
- URL: https://github.com/ffalt/jam-dockerimage
- Owner: ffalt
- License: mit
- Created: 2020-05-09T08:44:42.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-27T12:33:53.000Z (9 months ago)
- Last Synced: 2025-10-11T10:43:33.951Z (9 months ago)
- Language: Dockerfile
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jam-dockerimage
a docker image build script for [jamserve](https://github.com/ffalt/jamserve) & [jamberry](https://github.com/ffalt/jamberry)
Supported platforms: **AMD64**, **ARM64**
## Single platform build
```shell
docker build -t ffalt/jam-base ./base/
docker tag ffalt/jam-base ffalt/jam-base:test
docker build -t ffalt/jam ./jam/
docker tag ffalt/jam ffalt/jam:test
```
## Multi platform build
```shell
docker buildx build -t ffalt/jam-base ./base/
docker tag ffalt/jam-base ffalt/jam-base:test
docker buildx build -t ffalt/jam ./jam/
docker tag ffalt/jam ffalt/jam:test
```
## Run
```shell
docker run --publish 4040:4040 --name jam ffalt/jam:test
```
open
### default login
user: admin
password: admin