Skip to content

Commit

Permalink
example for --network=fakeroot
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed May 11, 2024
1 parent a63cc25 commit cd7d4a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The following commands are currently supported. Remember, you must be in the
present working directory of the compose file to reference the correct instances.
Along with the below, you can find more details and examples for singularity-compose.yaml
syntax under the [current spec](spec/spec-2.0.md)

## check

Expand Down
12 changes: 11 additions & 1 deletion docs/spec/spec-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,17 @@ If you want to add your own customized string of network types for `--network`,
```yaml
instance1:
...
type: bridge
network:
type: bridge
```

You might also want `--network=fakeroot`:

```yaml
instance1:
...
network:
type: fakeroot
```


Expand Down

0 comments on commit cd7d4a2

Please sign in to comment.