Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.
/ docker-wso2emm Public archive

Latest commit

 

History

History
47 lines (32 loc) · 1.22 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.22 KB

WSO2EMM Docker Image

Go to Docker Hub

Note : This repository is no longer maintained.

WSO2 EMM Enterprise Mobile Management Docker image

Installation

The easiest way to get this docker image installed is to pull the latest version from the Docker registry:

$ docker pull suzel/docker-wso2emm

or build from scratch:

$ git clone https://github.com/suzel/docker-wso2emm.git
$ cd docker-wso2emm
$ docker build -t suzel/docker-wso2emm .

Usage

$ docker run --name wso2emm -p 9443:9443 -p 9763:9763 -d suzel/docker-wso2emm

Then you can access EMM Admin Console in the following URL

$ open https://localhost:9443/emm

Documentation