aessing / chronyd-container

This container is running time server Chrony on Alpine Linux to serve a time service inside of your network without needing permissions on the host.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrony Time Server Container

This container is running time server Chrony on Alpine Linux to serve a time service inside of your network without needing permissions on the host.

๐Ÿ› ๏ธ Configuration

You can mount the following volumes:

Volume Description
/etc/chrony For the server configuration (your chrony.conf lives here)

You can expose the following ports:

Port Description
123/udp Time server port (NTP)

๐Ÿš€ Deployment

I added a Kubernetes deployment file to deploy the container to a Kubernetes cluster. You can find the file in the kubernetes folder. The deployment.yaml file is just an example and uses Traefik as a reverse proxy. You can and probably have to change the deployment file to your needs.


๐Ÿš‘ Support Information

For further information about this project, how to contribute, or how to get in touch, please have a look at the support document of this repository. The repository also contains information about security related topics, licensing, and more.

๐Ÿ‘จโ€โš–๏ธ Disclaimer

THE CONTENT OF THIS REPOSITORY IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE CONTENT OF THIS REPOSITORY OR THE USE OR OTHER DEALINGS IN THE REPOSITORY.

About

This container is running time server Chrony on Alpine Linux to serve a time service inside of your network without needing permissions on the host.

License:MIT License


Languages

Language:Dockerfile 71.5%Language:Shell 28.5%