https://github.com/savermyas/docker-mendelson-as2
Mendelson AS2 in the container
https://github.com/savermyas/docker-mendelson-as2
as2 docker edi mendelson-as2
Last synced: about 1 month ago
JSON representation
Mendelson AS2 in the container
- Host: GitHub
- URL: https://github.com/savermyas/docker-mendelson-as2
- Owner: savermyas
- License: gpl-2.0
- Created: 2015-11-25T13:27:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T01:17:44.000Z (over 1 year ago)
- Last Synced: 2024-01-05T02:01:44.902Z (over 1 year ago)
- Topics: as2, docker, edi, mendelson-as2
- Language: Shell
- Size: 36.1 KB
- Stars: 9
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mendelson AS2 in the container
==============================[](https://travis-ci.org/savermyas/docker-mendelson-as2)
This repo contains everything that you need to run [Mendelson AS2](http://as2.mendelson-e-c.com) in Docker container.
Requirements
------------* Docker Engine 1.10 or above
* Docker Compose 1.8.1 or above
* GNU make for manual image buildBuild
-----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
```
2. Look for port mappings with command:
```
docker-compose ps
```3. Use browser and vncviewer with appropriate ports and password from files `image/custom/vncpasswd` and `image/custom/webpasswd`, watch logs in `wd` folder
Links
-----* [Docker Hub link](https://hub.docker.com/r/saver/mendelson-as2/)