Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 896 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 896 Bytes

Azure Active Directory for Linux Dockerfiles

MIT GitHub Actions

Building

This repository utilizes docker-compose to build these images.

To build all images at once, run docker-compose build.

To build a specific image, specify a service name, e.g., docker-compose build libnss-aad-ubuntu.

Note: this only builds a docker image; it does not compile any of the project code.

Running

To run a specific image, specify a service name, e.g., docker-compose run pam-aad-ubuntu.

Now you can begin developing the code for each project from within the docker container.

License

SPDX-License-Identifier: MIT