mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-03-06 03:12:02 +00:00
5 lines
150 B
Bash
Executable File
5 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# this script creates a Docker Swarm secret using the scimsession file in the PWD
|
|
|
|
cat ./scimsession | docker secret create scimsession - |