Skip to content

Commit

Permalink
Update Developing_LArSoft_on_Unsupported_Operating_Systems_with_Docke…
Browse files Browse the repository at this point in the history
…r.md

Fixed same page links in file.
  • Loading branch information
katherinelato authored Jun 25, 2024
1 parent 777c81c commit 4a80454
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ We use the following conventions while demonstrating command input or output:
(-dc-) $ # Command-line prompt within running container
# Output...
```

<a name="Prerequisites"></a>
### Prerequisites

- As much read-write storage space as required for the development to be undertaken (often 10-15 GiB or more), plus a few hundred MiB.
Expand All @@ -156,6 +156,7 @@ However, we *recommend* regular use of an explicit `docker pull` command prior t
```python
(host) $ docker pull fnalart/os_base:centos7
```
<a name="Create-and-Populate-the-External-UPS-Products-Volume"></a>

### Create and Populate the External UPS Products Volume

Expand All @@ -178,6 +179,7 @@ However, we *recommend* regular use of an explicit `docker pull` command prior t
# Done.
(-dc-) $ exit
```
<a name="Initialize-Hubs-GitHub-Credentials"></a>

### Initialize Hub's GitHub Credentials

Expand All @@ -194,6 +196,8 @@ However, we *recommend* regular use of an explicit `docker pull` command prior t
(-dc-) $ exit
```

<a name="Create-the-Source-Area-on-the-Host"></a>

### Create the Source Area on the Host

*e.g.*:
Expand All @@ -206,6 +210,8 @@ However, we *recommend* regular use of an explicit `docker pull` command prior t

For other, more complex configurations that might be more suited to your needs, see [Advanced Topics](Developing_LArSoft_on_Unsupported_Operating_Systems_with_Docker#Advanced-Topics), below.

<a name="Initialization"></a>

#### Initialization

```python
Expand All @@ -226,6 +232,7 @@ For other, more complex configurations that might be more suited to your needs,
(-dc-) $ mrb g [--fork] larsoft
(-dc-) $ exit
```
<a name="Daily-Development-Operations"></a>

#### Daily Development Operations

Expand Down

0 comments on commit 4a80454

Please sign in to comment.