https://github.com/philips/ociget
https://github.com/philips/ociget
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/philips/ociget
- Owner: philips
- Created: 2016-04-13T22:32:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T22:46:48.000Z (about 10 years ago)
- Last Synced: 2025-02-01T20:31:35.663Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```