Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot create regular file '/out/' #4

Open
razlupercio opened this issue Jun 25, 2021 · 1 comment
Open

cannot create regular file '/out/' #4

razlupercio opened this issue Jun 25, 2021 · 1 comment

Comments

@razlupercio
Copy link

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?

@winfamy
Copy link

winfamy commented Jul 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants