Created
March 12, 2020 07:45
-
-
Save bhoomit/d15537dab562cda06df3a6a066c6dddd to your computer and use it in GitHub Desktop.
Docker + RHEL + FreeRADIUS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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