53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
|
---
|
||
|
title: "authelia-scripts docker"
|
||
|
description: "Reference for the authelia-scripts docker command."
|
||
|
lead: ""
|
||
|
date: 2022-05-31T11:13:56+10:00
|
||
|
draft: false
|
||
|
images: []
|
||
|
menu:
|
||
|
reference:
|
||
|
parent: "cli-authelia-scripts"
|
||
|
weight: 330
|
||
|
toc: true
|
||
|
---
|
||
|
|
||
|
## authelia-scripts docker
|
||
|
|
||
|
Commands related to building and publishing docker image
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
Commands related to building and publishing docker image.
|
||
|
|
||
|
```
|
||
|
authelia-scripts docker [flags]
|
||
|
```
|
||
|
|
||
|
### Examples
|
||
|
|
||
|
```
|
||
|
authelia-scripts docker
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for docker
|
||
|
```
|
||
|
|
||
|
### Options inherited from parent commands
|
||
|
|
||
|
```
|
||
|
--buildkite Set CI flag for Buildkite
|
||
|
--log-level string Set the log level for the command (default "info")
|
||
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
|
* [authelia-scripts](authelia-scripts.md) - A utility used in the Authelia development process.
|
||
|
* [authelia-scripts docker build](authelia-scripts_docker_build.md) - Build the docker image of Authelia
|
||
|
* [authelia-scripts docker push-manifest](authelia-scripts_docker_push-manifest.md) - Push Authelia docker manifest to the Docker registries
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 13-Jun-2022
|