alexproca / docker-mendelson-as2

Mendelson AS2 in the container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mendelson AS2 in the container

Build Status

This repo contains everything that you need to run Mendelson AS2 in Docker container.

Requirements

  • Docker Engine 1.10 or above
  • Docker Compose 1.8.1 or above
  • GNU make for manual image build

Build

  1. Clone the repo, enter the folder.
  2. Run the command:
    make

Run

You may just skip the build and use image from Docker Hub

  1. Run the command:
    docker-compose up -d

or

    make start
  1. Look for port mappings with command:
    docker-compose ps
  1. Use browser and vncviewer with appropriate ports and password from files image/custom/vncpasswd and image/custom/webpasswd, watch logs in wd folder

Links

About

Mendelson AS2 in the container

License:GNU General Public License v2.0


Languages

Language:Shell 71.8%Language:Dockerfile 14.1%Language:Makefile 14.1%