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

https://github.com/philips/ociget


https://github.com/philips/ociget

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ociget - fetch images over any URL

```
git clone https://github.com/philips/oci-transport-example
cd oci-transport-example
```

## Over local filesystems

```
./ociget file://$PWD/example
```

## Over HTTP

```
cd image
python -m SimpleHTTPServer
```

```
./ociget http://localhost:8000/manifest-list
```