Newer
Older
## meepctl dockerize
Dockerize core components
### Synopsis
Dockerize core components
AdvantEDGE is composed of a collection of micro-services.
Dockerize command genrates AdvantEDGE Docker images and stores them in
the local Docker registry.
Multiple targets can be specified (e.g. meepctl dockerize <target1> <target2>...)
```
### Examples
```
  # Dockerize all components
  # Dockerize meep-platform-ctrl component only
  meepctl dockerize meep-platform-ctrl
Valid Targets:
  * all
  * meep-app-enablement
  * meep-loc-serv
  * meep-metrics-engine
  * meep-mg-manager
  * meep-mon-engine
  * meep-platform-ctrl
  * meep-sandbox-ctrl
  * meep-tc-engine
  * meep-tc-sidecar
  * meep-virt-engine
  * meep-wais
  -h, --help              help for dockerize
  -r, --registry string   Override registry from config file
```
### Options inherited from parent commands
```
  -t, --time      Display timing information
  -v, --verbose   Display debug information
```
### SEE ALSO
* [meepctl](meepctl.md)	 - meepctl - CLI application to control the AdvantEDGE platform
###### Auto generated by spf13/cobra on 13-Dec-2022