Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ffalt/jam-dockerimage

a docker image build script for jam
https://github.com/ffalt/jam-dockerimage

Last synced: 3 days 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

```
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

```
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

```
docker run --publish 4040:4040 --name jam ffalt/jam:test
```

open http://localhost:4040

**default login**

user: admin

password: admin