You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
397 B
Bash

# This internal tool is used as a desktop sandbox in our CI process to grab a
# screenshot of a hopefully functional endpoint
source ./.env
docker run -d \
--name=tester \
-e URL=http://google.com `# Specify an endpoint, the container will automatically determine the correct protocol and program to use` \
-p 3000:3000 `# WebUI` \
--restart unless-stopped \
ghcr.io/linuxserver/tester