We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have deployed the generator-base repo running
generator-base
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
I have deployed the
generator-base
repo runningdocker build -t generator-base .
inside the generator-base folder and then
make build
inside the basic-file folder but the container fails with
Tried rebuilding but the error keeps showing, what could be the issue here?
The text was updated successfully, but these errors were encountered: