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've grabbed the Docker image for Lockheed Martin's Laikaboss, and I've ran:
sudo docker run --rm -it -v ~/laikaboss-workdir:/home/nonroot/workdir wzod/laikaboss
I understand I must use a networked instance, so I ran:
sudo docker run --rm -it -p 5558:5558 -v ~/laikaboss-workdir:/home/nonroot/workdir wzod/laikaboss
Before running Laika BOSS, create the ~/laikaboss-workdir and then run chmod a+xwr to make accessible globally but I still get errors from Docker:
~/laikaboss-workdir
chmod a+xwr
Docker error: Cannot start service ...: network 7808732465bd529e6f20e4071115218b2826f198f8cb10c3899de527c3b637e6 not found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've grabbed the Docker image for Lockheed Martin's Laikaboss, and I've ran:
I understand I must use a networked instance, so I ran:
Before running Laika BOSS, create the
~/laikaboss-workdir
and then runchmod a+xwr
to make accessible globally but I still get errors from Docker:The text was updated successfully, but these errors were encountered: