Skip to content

Commit da40db7

Browse files
Merge pull request limosa-io#126 from limosa-io:readme-update
Add Docker instructions for spinning up SCIM test server
2 parents 79056ac + 043f5a3 commit da40db7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
Add SCIM 2.0 Server capabilities to your Laravel application with ease. This package requires minimal configuration to get started with basic functionalities.
1111

1212
This implementation is used by [The SCIM Playground](https://scim.dev) and is therefore one of the most widely tested SCIM servers available.
13+
## Docker
14+
15+
To quickly spin up a SCIM test server using Docker, run:
16+
17+
~~~
18+
docker run -d -p 8000:8000 --name laravel-scim-server ghcr.io/limosa-io/laravel-scim-server:latest
19+
~~~
20+
21+
This command will start the server and bind it to port 8000 on your local machine. You can then access the SCIM endpoints at `http://localhost:8000/scim/v2/Users`. Other SCIM endpoints like `/Groups`, `/Schemas`, and `/ResourceTypes` will also be available.
1322

1423
## Installation
1524

0 commit comments

Comments
 (0)