Sign inSign up

emcniece/docker-boarding

By emcniece

Updated over 8 years ago

A Docker container for Fastlane/Boarding

Image
2

1M+

emcniece/docker-boarding repository overview

Docker-Boarding

Github: https://github.com/emcniece/docker-boarding

Running

Pull the docker container, then run with your desired environment variables:

docker pull emcniece/docker-boarding

docker run -d \
  -e [email protected] \
  -e ITC_PASSWORD=passForMyUser \
  -e ITC_APP_ID=targetAppId \
  -e ITC_APP_TESTER_GROUPS="My Testers Group" \
  -p 3000:3000 \
  emcniece/docker-boarding

Building

If you have Make installed, the Makefile will help with building the container.

Ensure that .env is populated before building and running.

# Load environment variables for Makefile use
source .env

# Show commands
make

# Build image
make image

# Run container normally
make run

# Run container without starting app
make run-debug

# Upload to Dockerhub
make docker

# Tag with VERSION and upload
make release

# Remove running named container
make kill

# Remove image from your system
make clean

Tag summary

Content type

Image

Digest

Size

460.1 MB

Last updated

over 8 years ago

docker pull emcniece/docker-boarding