Skip to content

Instantly share code, notes, and snippets.

@bhoomit
Created March 12, 2020 07:45
Show Gist options
  • Select an option

  • Save bhoomit/d15537dab562cda06df3a6a066c6dddd to your computer and use it in GitHub Desktop.

Select an option

Save bhoomit/d15537dab562cda06df3a6a066c6dddd to your computer and use it in GitHub Desktop.
Docker + RHEL + FreeRADIUS
$ docker login registry.redhat.io
Username: ${REGISTRY-SERVICE-ACCOUNT-USERNAME}
Password: ${REGISTRY-SERVICE-ACCOUNT-PASSWORD}
Login Succeeded!
$ docker pull registry.redhat.io/rhel7
----------
Centos 7 Dockerimage with chanhed "FROM registry.redhat.io/rhel7" should work here
https://github.com/FreeRADIUS/freeradius-server/tree/master/scripts/docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment