An open API service indexing awesome lists of open source software.

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

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