Nixos-shell: Difference between revisions
imported>Onny Initial page |
imported>Onny mNo edit summary |
||
| Line 23: | Line 23: | ||
</nowiki>}} | </nowiki>}} | ||
In this example, we'll have a virtual guest machine running an instance of [[ | In this example, we'll have a virtual guest machine running an instance of [[Dokuwiki]] on port <code>80</code>. Start the VM while forwarding port <code>8080</code> on the host to port <code>80</code> on the guest | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
| Line 29: | Line 29: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
After the VM is successfully booted, | After the VM is successfully booted, Dokuwiki will be available on http://localhost:8080 | ||