Creating and starting
Docker image
You can create and start docker image for the
VMware Smart Assurance Service Assurance Manager
,
VMware Smart Assurance IP Manager
,
VMware Smart Assurance MPLS Management Suite
,
VMware Smart Assurance Server Manager
, and
VMware Smart Assurance Network Protocol Management Suite
by using the following steps:
If you want to install the product
with services, then enable service installation in the respective product response
file before installation.
- Run the following command, to build the docker image:docker build -t <image-name> -f <docker file name> ./
- Run the following command, to start the docker container in the host mode:docker run --cap-add=SYS_PTRACE -it --net=host --name <container name> <docker-image-name>
- Start the "ic-serviced" so that services can be created:/etc/init.d/ic-serviced start
- Start your servers with your environment specific options.