Isaac SDK Docker Image

Hi,
I was trying to create a docker image of the isaac sdk, but while running the instructions I have a doubt whether we are building the isaac sdk inside the docker or outside the docker image. Please clarify. Thanks for your support

Building the Docker image with <root>/engine/engine/build/docker/create_image.sh builds the environment where all of the dependencies are installed to develop Isaac SDK apps. Within the container running from this image you can invoke Bazel to build Isaac SDK applications and components/codelets.