This repo contains everything that you need to run Mendelson AS2 in Docker container.
- Docker Engine 1.10 or above
- Docker Compose 1.8.1 or above
- GNU make for manual image build
- Clone the repo, enter the folder.
- Run the command:
make
You may just skip the build and use image from Docker Hub
- Run the command:
docker-compose up -d
or
make start
- Look for port mappings with command:
docker-compose ps
- Use browser and vncviewer with appropriate ports and password from files
image/custom/vncpasswd
andimage/custom/webpasswd
, watch logs inwd
folder