newrelic / developer-website

Source code for the New Relic Developer Site.
https://developer.newrelic.com
Apache License 2.0
40 stars 114 forks source link

NPM Instruqt lab is missing steps #2038

Closed nr-jbiggley closed 2 years ago

nr-jbiggley commented 2 years ago

How can we make our docs better?

The 2nd outcome in the Instruqt module is missing 2 commands. This breaks the remainder of the lab.

docker swarm init
docker network create -d overlay --subnet=10.10.0.0/24 --attachable testnet

Doc information (don't delete this section)

jpvajda commented 2 years ago

@alexronquillo or @mehreentahir16 would this be something you could look at?

ASchneider-GitHub commented 2 years ago

Just as a general note, this is preventing the NPM Udemy Learning Track from functioning. Once this has been resolved, the learning track will be made available to GTS

alexronquillo commented 2 years ago

I'll look at this now.

alexronquillo commented 2 years ago

It looks like the lab has a bigger problem. The two lines you mention, @nr-jbiggley, are in the packer setup for the lab. It seems like something's broken with the image.

alexronquillo commented 2 years ago

Ok, I fixed it and the fix worked for me. Would you mind trying? @nr-jbiggley