52 lines
994 B
Markdown
52 lines
994 B
Markdown
|
---
|
||
|
title: "authelia-scripts docker build"
|
||
|
description: "Reference for the authelia-scripts docker build 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 build
|
||
|
|
||
|
Build the docker image of Authelia
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
Build the docker image of Authelia.
|
||
|
|
||
|
```
|
||
|
authelia-scripts docker build [flags]
|
||
|
```
|
||
|
|
||
|
### Examples
|
||
|
|
||
|
```
|
||
|
authelia-scripts docker build
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
--container string target container among: dev, coverage (default "dev")
|
||
|
-h, --help help for build
|
||
|
```
|
||
|
|
||
|
### 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 docker](authelia-scripts_docker.md) - Commands related to building and publishing docker image
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 13-Jun-2022
|