https://github.com/emmatyping/aptly-docker
https://github.com/emmatyping/aptly-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmatyping/aptly-docker
- Owner: emmatyping
- Created: 2021-10-20T05:11:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T05:12:53.000Z (over 3 years ago)
- Last Synced: 2025-03-15T05:38:42.162Z (3 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aptly docker container
This is an aptly docker container.
Example usage:
```
$ docker run --rm -v $(pwd)/example.conf:/etc/aptly.conf -v $(pwd)/apt:/opt/apt aptly repo list
```