Skip to content

Repository files navigation

Docker-Boarding

A Docker container for Fastlane/Boarding

DockerHub: https://hub.docker.com/r/emcniece/docker-boarding/

Running

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

docker pull emcniece/docker-boarding
docker run -d \
-e ITC_USER=myUser@domain.com \
-e ITC_PASSWORD=passForMyUser \
-e ITC_APP_ID=targetAppId \
-e ITC_APP_TESTER_GROUPS="My Testers Group" \
-p 3000:3000 \
emcniece/docker-boarding

Docker-Compose can also be used - fill out the environment variables in docker-compose.yml and execute:

docker-compose up -d

Building

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

Ensure that .env is populated (copy .env-sample) before building and running.

# Load environment variables for Makefile usesource .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

About

Docker implementation of Boarding for Fastlane

Resources

Stars

22 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages