https://github.com/somehowchris/noria-ui-image
Scripts to build and publish Noria-ui images to docker hub
https://github.com/somehowchris/noria-ui-image
Last synced: 3 months ago
JSON representation
Scripts to build and publish Noria-ui images to docker hub
- Host: GitHub
- URL: https://github.com/somehowchris/noria-ui-image
- Owner: somehowchris
- Created: 2021-11-02T23:54:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T01:29:53.000Z (4 months ago)
- Last Synced: 2025-02-06T02:34:39.749Z (4 months ago)
- Language: Dockerfile
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nora ui image
[](https://gitpod.io/#https://github.com/somehowchris/noria-ui-image)
The high performance database noria has it's [own ui](https://github.com/mit-pdos/noria-ui), this repository adds scripts and files to build it as a docker image.
## Using the image
The image is published to docker hub under `chweicki/noria-ui`.
Tags used to identify an image are the same as the images in this repository.
Both `linux/arm64/v8` and `linux/amd64` are published.
## Running the container
The final image uses nginx to serve the static files. It exposes it's content on port __80__.
## Cloning the repository
In case of the need to clone this repository remember to initialize the submodule.
```sh
git submodule update --init --recursive
```