Skip to content

SUNx2YCH/docker-alpine-mountebank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-alpine-mountebank

Small Mountebank images based on Alpine Linux

Features

  • ~60 MB size
  • Alpine Linux 3.10
  • Node.js 10.x (LTS)
  • non-root user (1000:1000)

Usage

services:
  mountebank:
    image: sunx2ych/mountebank:2.1.0-alpine
    expose:
      - 8080  # mock port
    volumes:
      - ./mocks/imposters.ejs:/home/node/imposters.ejs:ro
    command: --allowInjection --configfile imposters.ejs