Skip to content

Commit

Permalink
Merge pull request #19 from ebblake/main
Browse files Browse the repository at this point in the history
Documentation improvements
  • Loading branch information
albertofaria authored Jan 26, 2024
2 parents 0e6c844 + 9a47b48 commit 412d7b0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target
/bin/
/targets/
7 changes: 6 additions & 1 deletion docs/1-installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@

5. If you're using Podman:

- Merge the following configuration into `/etc/containers/containers.conf`:
- Merge the following configuration into
`/etc/containers/containers.conf`:

> For rootless Podman, you can instead use
> `${XDG_CONFIG_PATH}/containers/containers.conf`, where
> `$XDG_CONFIG_PATH` defaults to `${HOME}/.config`.
```toml
[engine.runtimes]
Expand Down
9 changes: 5 additions & 4 deletions docs/2-podman-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ $ podman run \
"" # unused, but must specify command
```

The VM console should take over your terminal. To abort the VM, press `ctrl-]`.
The VM console should take over your terminal. At this point, the
qcow2 image does not have any ssh keys, root password, or alternative
users installed, so although you can interact with the VM's login
screen, you will be unable to access a command prompt until more
options are used in later sections. To abort the VM, press `ctrl-]`.

You can also detach from the VM without terminating it by pressing `ctrl-p,
ctrl-q`. Afterwards, reattach by running:

> For this command to work with Docker, you must replace the `--latest` flag
> with the container's name or ID.
```console
$ podman attach --latest
```
Expand Down

0 comments on commit 412d7b0

Please sign in to comment.