Commit Graph
12 Commits
Author SHA1 Message Date
Guilherme Gallo babba1bc8a docs: give a tip to ensure that the change has an effect as we do in the fish section (#461) 2022-10-19 19:31:37 +02:00
thjderjktyrjkt 4012315fb2 Fix fish tutorial (#428)
this works:

```fish
> distrobox-host-exec podman version
Client:       Podman Engine
Version:      4.2.0
API Version:  4.2.0
Go Version:   go1.18.4
Built:        Thu Aug 11 22:42:17 2022
OS/Arch:      linux/amd64
```

this doesn't:

```fish
> distrobox-host-exec "podman version"
Failed to start command: Failed to execute child process “podman version” (No such file or directory)
```
2022-09-21 15:04:14 +02:00
Luca Di Maio 9824687b18 docs: fix markdown linting
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-07-18 07:43:39 +02:00
Luca Di Maio 67fc56dcf2 docs: update docs
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-07-11 20:24:10 +02:00
rugk 2dbb349d50 docs: Fix typo (#308) 2022-06-07 13:13:10 +02:00
Dario Faggioli 89aa4e2f58 distrobox-host-exec: new tool for host command execution (#283)
Executing commands on the host, while inside of a container, can be done
either with flatpak-spawn, of playing tricks with chroot. Let's provide
a new script, which will be available inside of the container, that does
exactly that.

This tries to improve (although maybe not completely fix):
https://github.com/89luca89/distrobox/issues/177

Fix #177 

Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
2022-05-25 13:14:44 +02:00
89luca89 c9cbc378c7 docs: fix lint error 2022-05-05 18:44:38 +02:00
thjderjktyrjkt 19aea0a7b5 docs: add tutorial for fish in execute_commands_on_host.md (#257) 2022-05-05 18:39:12 +02:00
89luca89 ac320cc40a docs: update and format docs 2022-04-05 17:12:42 +02:00
89luca89 8a8288b963 docs: update docs 2022-04-04 22:23:34 +02:00
89luca89 79886d153c docs: update docs 2022-01-14 19:12:47 +01:00
89luca89 47d62cdde4 docs: new post about executing commands back on the host 2022-01-14 01:07:56 +01:00