UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Plugins
Mattermost Admin Plugin
Commits
4f5a7b0a
Commit
4f5a7b0a
authored
May 03, 2021
by
paulqualls
Browse files
Update readme
parent
5b80e13a
Pipeline
#242702
passed with stages
in 23 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
README.md
README.md
+20
-0
No files found.
README.md
View file @
4f5a7b0a
# Admin Plugin
# Admin Plugin
to build this and tag with the 1.0.2 version, use the following command
```
docker build . -t registry1.dso.mil/ironbank/mattermost/admin-plugin:1.0.2
```
You'll need to provide the environment vars for TARGET_URL and TARGET_TOKEN.
Note that the --network allows you to provide the name of the network that your mattermost instance is running on so that the url may be resolved.
```
docker run -d --network=mattermost-docker-with-debug_ent-collab_net -e TARGET_URL=http://mattermost-docker-with-debug_mattermost_app_1:8065 -e TARGET_TOKEN=cenneh38ifd9tfqy7trwra918r registry1.dso.mil/ironbank/mattermost/admin-plugin:1.0.2
```
that command will start the container, auth to the MM server, remove then install the plugin, then exit.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment