mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-25 07:42:27 +00:00
Merge pull request #2233 from dave-tucker/ns-detect
getty: Detect if you are in a namespace
This commit is contained in:
@@ -30,7 +30,7 @@ onboot:
|
||||
- /var/lib:/var/lib
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:894eef1e5f62f3bc31de8ffaff2b6c0e093c4595
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -30,7 +30,7 @@ onboot:
|
||||
- /var/lib:/var/lib
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:894eef1e5f62f3bc31de8ffaff2b6c0e093c4595
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -11,7 +11,7 @@ onboot:
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@@ -12,7 +12,7 @@ onboot:
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:6cbeee0392b0670053ce2bf05a5a0d67ec2bce05
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -30,7 +30,7 @@ services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:dc98a72c1d1285c30f2db176252f3ce2bf645d5b
|
||||
- name: getty
|
||||
image: linuxkit/getty:894eef1e5f62f3bc31de8ffaff2b6c0e093c4595
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
@@ -16,7 +16,7 @@ onboot:
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:894eef1e5f62f3bc31de8ffaff2b6c0e093c4595
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -23,7 +23,7 @@ onboot:
|
||||
image: linuxkit/metadata:f5d4299909b159db35f72547e4ae70bd76c42c6c
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:894eef1e5f62f3bc31de8ffaff2b6c0e093c4595
|
||||
image: linuxkit/getty:58620cff1b0bf8b5d144d087602115e996f18a02
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: qemu-ga
|
||||
|
Reference in New Issue
Block a user