mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-07 06:44:52 +01:00
Allow images to have an additional /exports/tmpfiles.template file that specifies what directories/files must be present on the host. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #559 Approved by: rhatdan
10 lines
258 B
Docker
10 lines
258 B
Docker
FROM fedora
|
|
RUN dnf install -y nmap-ncat && dnf clean all
|
|
|
|
LABEL "Name"="atomic-test-system"
|
|
|
|
ADD run.sh greet.sh /usr/bin/
|
|
|
|
# Export the files used for the system container
|
|
ADD tmpfiles.template manifest.json service.template config.json.template /exports/
|