Skip to content

Commit

Permalink
Merge pull request #64 from fusion-energy/develop
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
shimwell authored Jan 14, 2022
2 parents 43c508b + 7f0fb73 commit bac5618
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,32 @@ terminal window, or Windows users might prefer PowerShell.

```docker pull ghcr.io/fusion-energy/neutronics-workshop```

<details>
<summary><b>Expand</b> - Having permission denied errors?</summary>
<pre><code class="language-html">
If you are running the command from Linux or Ubuntu terminal and getting permission denied messages back.
Try running the same command with with elevated user permissions by adding sudo at the front.
sudo docker pull ghcr.io/fusion-energy/neutronics-workshop
Then enter your password when prompted.
</code></pre>
</details>

3. Now that you have the docker image you can enable graphics linking between
your os and docker, and then run the docker container by typing the following
commands in a terminal window.

```docker run -p 8888:8888 ghcr.io/fusion-energy/neutronics-workshop```

<details>
<summary><b>Expand</b> - Having permission denied errors?</summary>
<pre><code class="language-html">
If you are running the command from Linux or Ubuntu terminal and getting permission denied messages back.
Try running the same command with with elevated user permissions by adding sudo at the front.
sudo docker run -p 8888:8888 ghcr.io/fusion-energy/neutronics-workshop
Then enter your password when prompted.
</code></pre>
</details>

4. A URL should be displayed in the terminal and can now be opened in the
internet browser of your choice. Select and open the URL at the end of the terminal print out (highlighted below)

Expand Down

0 comments on commit bac5618

Please sign in to comment.