Skip to content

savermyas/docker-mendelson-as2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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