Skip to content

Commit

Permalink
Merge pull request #64 from AkihiroSuda/a
Browse files Browse the repository at this point in the history
v0.4.0
  • Loading branch information
AkihiroSuda authored Apr 19, 2019
2 parents 0359c83 + a3ba118 commit 263a628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ The network is configured as follows by default:
* DNS: 192.168.65.1

As in `--net=slirp4netns`, specifying `--copy-up=/etc` and `--disable-host-loopback` is highly recommended.
If `--disable-host-loopback` if not specified, ports listening on 127.0.0.1 in the host are accessible as 192.168.65.2 in the RootlessKit's network namespace.
If `--disable-host-loopback` is not specified, ports listening on 127.0.0.1 in the host are accessible as 192.168.65.2 in the RootlessKit's network namespace.

### `--net=lxc-user-nic` (experimental)

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.3.0+dev"
const Version = "0.4.0+dev"

0 comments on commit 263a628

Please sign in to comment.