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

Azure Active Directory for Linux Dockerfiles

License

Notifications You must be signed in to change notification settings

aad-for-linux/docker

Repository files navigation

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