Sign inSign up

eddo888/wildfly

By eddo888

Updated almost 11 years ago

This is the base jboss/wildfly image with admin turned on and standalone listening on 0.0.0.0

Image
0

253

eddo888/wildfly repository overview

#!/usr/bin/env bash

name="jboss" user="" # "-u root" ports="-p 8080:8080 -p 8443:8443 -p 9990:9990" volumes="-v /home/davidedson/Downloads:/downloads" image="eddo888/wildfly" command=""

if docker ps -a | grep "$image" | grep -w "$name" > /dev/null then docker start $name docker exec -ti $user $name bash else docker run -ti -m 2g $ports $volumes --name $name $image $command fi

http://ubuntu.local:8080

http://ubuntu.local:9990

admin/admin

Tag summary

Content type

Image

Digest

Size

272.6 MB

Last updated

almost 11 years ago

docker pull eddo888/wildfly