}
</syntaxhighlight>
After you did this, you need to restart your docker daemon for the changes to go into effect:
<syntaxhighlight lang="bash">
sudo systemctl restart docker
</syntaxhighlight>
Note that it remembers all running containers and will restart them once it is back up.
You are now ready for the next tutorial, which will show you how to use the nVidia GPU cloud images as a basis for your own applications.