diff --git a/docs/commands.md b/docs/commands.md index e054bd5..d2b1488 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -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 diff --git a/docs/spec/spec-2.0.md b/docs/spec/spec-2.0.md index c190e48..ceaf0c0 100644 --- a/docs/spec/spec-2.0.md +++ b/docs/spec/spec-2.0.md @@ -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 ```