cromulencellc / hackasat-qualifier-2020

Open source release of challenges and other code used in the Hack-A-Sat Qualifier in 2020.

Home Page:https://www.hackasat.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot create regular file '/out/'

razlupercio opened this issue · comments

commented

I have deployed the generator-base repo running

docker build -t generator-base .

inside the generator-base folder and then

make build

inside the basic-file folder but the container fails with

infallible_dubinsky
basic-file:generator
EXITED (1)

/tmp/flag.tar.gz
cp: cannot create regular file '/out/': Not a directory

Tried rebuilding but the error keeps showing, what could be the issue here?

Maybe a bit late for getting some practice in for HAS 2 quals, but make sure you're mounting the /out volume.

docker run -t --rm -v <dir>:/out -e SEED=<seed> -e FLAG=<flag> basic-file:generator