-
**Environment**
*bare metal deployment*
```
rkt Version: 1.14.0
appc Version: 0.8.7
Go Version: go1.7.1
Go OS/Arch: linux/amd64
Features: -TPM +SDJOURNAL
--
Linux 4.7.3-coreos-r2 x86_64
--
…
-
Building the QEMU stage 1 is not a trivial task. It statically compiles QEMU, which brings in a number of dependencies not covered by rkt's helper scripts. For new users, its likely to be entirely too…
-
_rkt_ is awesome as it makes it possible to use existing LAN's DHCP server to assign containers' IP addresses with the following sample config (`--net=macvlan_dhcp`):
#### /etc/rkt/net.d/11-macv…
-
Helllo...
I'm using php docker image as the base image for my container, it's in order to add additional extensions to php.
everything works fine.. the image is created.. but when I'm running it…
-
During tests, rkt is running containers with reserved subnet (11.11.11.0/24). Can we change it to 10.0.0.0/8 or other private network subnet[1]?
[1] https://tools.ietf.org/html/rfc1918
-
Hi,
I'm trying rkt with the kvm stage1 and I wanted to see if I was able to launch rkt containers from there.
Unfortunately I get the following error:
```
/opt/bin/rkt --debug --insecure-options=im…
-
**Environment**
rkt Version: 1.4.0+gitc9ec1d3
appc Version: 0.7.4
Go Version: go1.6
Go OS/Arch: linux/amd64
## Features: +TPM
## Linux 4.4.0-18-generic x86_64
NAME="Ubuntu"
VERSION="16.04 LTS (Xenia…
-
How it is possible to use OCI hooks such as [oci-systemd-hook](https://github.com/projectatomic/oci-systemd-hook)?
`/etc/containers/oci/hooks.d` appears to be a canonical location for hooks, at lea…
-
It seems that the local users umask is leaking into the container, which is problematic because almost all containers expect to be run with the common umask of `0022`.
Example:
```
$ umask 0077…
-
Not sure if this has come up before, but it might be useful to have a flag on `rkt run` to have it populate `/dev/stdout` and `/dev/stderr` at runtime.
The request comes in via an acbuild issue: http…