Sign inSign up

sajhak/wso2as

By sajhak

Updated almost 11 years ago

WSO2 Application Server 5.2.1 docker image

Image
1

169

sajhak/wso2as repository overview

Dockerfile can be found here

Pull the image

$ docker pull sajhak/wso2as:5.2.1

Start a WSO2 AS docker container

$ docker run -d -P --name wso2appserver sajhak/wso2as:5.2.1

Check the port mappings

$ docker ps

(Output could be different) STATUS PORTS Up 34 minutes 0.0.0.0:49153->22/tcp, 0.0.0.0:49154->9443/tcp, 0.0.0.0:49155->9763/tcp

SSH to container (testing purposes only - otherwise disabled)

$ ssh -p49153 root@localhost password: 'g'

Access management console

https://localhost:49154/carbon

Tag summary

Content type

Image

Digest

sha256:6a8350e0d

Size

667.2 MB

Last updated

almost 11 years ago

docker pull sajhak/wso2as:5.2.1