Skip to content
meepctl_dockerize.md 1.12 KiB
Newer Older
Mike Roy's avatar
Mike Roy committed
## 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>...)
Mike Roy's avatar
Mike Roy committed

Valid targets:
  * all
  * meep-ctrl-engine
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-webhook
Mike Roy's avatar
Mike Roy committed
  * meep-mg-manager
  * meep-mon-engine
Michel Roy's avatar
Michel Roy committed
  * meep-loc-serv
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-metrics-engine
Mike Roy's avatar
Mike Roy committed
  * meep-tc-engine
  * meep-tc-sidecar

```
meepctl dockerize <targets> [flags]
Mike Roy's avatar
Mike Roy committed
```

### Examples

```
  # Dockerize all components
  meepctl dockerize all
Mike Roy's avatar
Mike Roy committed
  # Dockerize meep-ctrl-engine component only
  meepctl dockerize meep-ctrl-engine
Mike Roy's avatar
Mike Roy committed
```

### Options

```
  -h, --help              help for dockerize
  -r, --registry string   Override registry from config file
Mike Roy's avatar
Mike Roy committed
```

### 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 28-Feb-2020