https://github.com/opiproject/sztpd
Dockerfile for https://pypi.org/project/sztpd
https://github.com/opiproject/sztpd
Last synced: 4 months ago
JSON representation
Dockerfile for https://pypi.org/project/sztpd
- Host: GitHub
- URL: https://github.com/opiproject/sztpd
- Owner: opiproject
- License: apache-2.0
- Created: 2023-02-16T13:35:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T08:39:04.000Z (over 2 years ago)
- Last Synced: 2025-02-02T00:41:26.989Z (over 1 year ago)
- Language: Dockerfile
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Secure Zero Touch Provisioning (sZTP)
[](https://github.com/opiproject/sztpd/actions/workflows/linters.yml)
[](https://github.com/opiproject/sztpd/actions/workflows/docker-publish.yml)
[](https://github.com/opiproject/sztpd/blob/master/LICENSE)
[](https://hub.docker.com/r/opiproject/sztpd)
[](https://github.com/opiproject/sztpd/releases)
[](https://github.com/opiproject/sztpd)
[](https://github.com/opiproject/sztpd/graphs/contributors)
SZTPD implements the [Bootstrap Server](https://tools.ietf.org/html/rfc8572#section-4.4) defined in [RFC 8572: Secure Zero Touch Provisioning (SZTP)](https://tools.ietf.org/html/rfc8572).
This project contains Dockerfile for
## I Want To Contribute
This project welcomes contributions and suggestions. We are happy to have the Community involved via submission of **Issues and Pull Requests** (with substantive content or even just fixes). We are hoping for the documents, test framework, etc. to become a community process with active engagement. PRs can be reviewed by by any number of people, and a maintainer may accept.
See [CONTRIBUTING](https://github.com/opiproject/opi/blob/main/CONTRIBUTING.md) and [GitHub Basic Process](https://github.com/opiproject/opi/blob/main/doc-github-rules.md) for more details.
## Installation
There are several ways of running sztpd.
### Docker
```sh
docker pull opiproject/sztpd:
```
You can specify a version like `0.0.11` or use `latest` to get the most up-to-date version.
```sh
docker run --rm -e SZTPD_INIT_MODE=1 -e SZTPD_ACCEPT_CONTRACT=Yes -e SZTPD_INIT_PORT=8080 -e SZTPD_INIT_ADDR=127.0.0.1 opiproject/sztpd:
```
### PyPI
```sh
pip install sztpd==0.0.11
```