dave2wave commented on issue #569:
URL:
https://github.com/apache/tooling-trusted-releases/issues/569#issuecomment-3775445433
```
# more /usr/local/bin/docker-run-atr-staging-start.sh
#!/usr/bin/env bash
/usr/bin/docker rm atr-staging >/dev/null 2>&1
/usr/bin/docker create \
--net host \
-m 0b \
-e "APP_HOST=release-test.apache.org" \
\
-e "BIND=127.0.0.1:8443" \
\
-e "SSH_PORT=2222" \
\
-v /var/opt/atr-staging:/opt/atr/state \
\
--init \
--user=$(id -u atr):$(id -g atr) \
--name atr-staging \
atr-staging
/usr/bin/docker start -a atr-staging
exit $?
```
I guess this looks ok, but things were funky for awhile.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]