Hi,
first thanks for this great works. I reading the documentation, and I confused if I need to replace <link> in following instruction
-- from README.md
docker run --rm --cap-add CAP_SYS_MODULE --entrypoint /bin/bash NODE_OS -c "curl -s " for example, if you are running under ubuntu 18.04, please change NODE_OS to *ubuntu:18.04*
Hi, first thanks for this great works. I reading the documentation, and I confused if I need to replace
<link>
in following instruction-- from README.md
docker run --rm --cap-add CAP_SYS_MODULE --entrypoint /bin/bash NODE_OS -c "
curl -s" for example, if you are running under ubuntu 18.04, please change NODE_OS to *ubuntu:18.04*
-- end
Thanks for the explaination.