VeryNiceDemo

Description

Jenkins build 'Pharo/Seaside in a Docker container' demo

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
Nov. 17, 2018
Updated
Dec. 1, 2018

Categories

Web Cloud / Infra

README excerpt

# VeryNiceDemo

For the sake of learning I made a Jenkins pipeline which builds a Pharo Docker image (Pharo 6.1 32bit on top of Ubuntu 14.4 LTS). On top of the Pharo image a Seaside demo webpage is placed. This second image starts the demo and exposes port 8088 when a container is start.

* https://hub.docker.com/r/wvzuilen/pharo/
* https://hub.docker.com/r/wvzuilen/verynicedemo/

### To do's:
- [ ] Add ENV for the ports

### Docker RUN command:
`docker run -d --rm --name vnd -p 8081:8081 wvzuilen/verynicedemo:latest`
← Back to results