16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
# Runs in a debugging mode, does not launch anything at all but starts a bash process
|
|
|
|
CONTAINER_DATA=~/Bulk/COSS/Downloads/auto_news.container
|
|
HOSTS_FILE=~/Bulk/COSS/Downloads/auto_news.container/dependencies/hosts
|
|
|
|
CODE=./
|
|
XAUTHORTIY=$XAUTHORTIY
|
|
|
|
DEBUG=true
|
|
CHECK=false
|
|
UPLOAD=false
|
|
HEADLESS=false
|
|
REDUCEDFETCH=false
|
|
|
|
ENTRYPOINT="/bin/bash"
|
|
INTERACTIVE=true |