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

WSO2EMM Docker Image

Notifications You must be signed in to change notification settings

suzel/docker-wso2emm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published