podman/libpod
umohnani8 8d31ec2ad7 Add Artifacts directory to containers
Create an artifacts directory in the container's
static directory so store container information
coming from outside of libpod to specified files
An example is to hold data from user specified flags
in kpod run/create such as --cap-add, --ipcMode, etc...

Signed-off-by: umohnani8 <umohnani@redhat.com>

Closes: #108
Approved by: mheon
2017-12-07 18:45:54 +00:00
..
common remove unused functions and variables 2017-11-28 14:30:12 +00:00
driver Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
images Fix gofmt errors 2017-11-02 15:30:39 -04:00
layers Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
container.go Add Artifacts directory to containers 2017-12-07 18:45:54 +00:00
container_attach.go kpod_start 2017-11-29 22:01:47 +00:00
diff.go remove unused functions and variables 2017-11-28 14:30:12 +00:00
errors.go Add schema validation to DB 2017-11-30 18:05:56 +00:00
finished_amd64.go Add ability to update container status from runc 2017-11-21 20:09:09 +00:00
in_memory_state.go Wire SQL backed state into rest of libpod 2017-11-18 12:58:48 -05:00
oci.go Add NetMode, UTSMode and IPCMode 2017-12-02 15:32:56 +00:00
options.go Add NetMode, UTSMode and IPCMode 2017-12-02 15:32:56 +00:00
pod.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runtime.go When shutting down the runtime we should always close the database 2017-12-04 17:17:06 +00:00
runtime_ctr.go Add NetMode, UTSMode and IPCMode 2017-12-02 15:32:56 +00:00
runtime_img.go Fix rmi -f removing containers from storage without telling libpod 2017-11-29 12:15:16 +00:00
runtime_img_test.go libpod/runtime_img_test.go Unit Tests 2017-11-04 11:12:14 -05:00
runtime_pod.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
sql_state.go Add NetMode, UTSMode and IPCMode 2017-12-02 15:32:56 +00:00
sql_state_internal.go Add NetMode, UTSMode and IPCMode 2017-12-02 15:32:56 +00:00
sql_state_test.go Add schema validation to DB 2017-11-30 18:05:56 +00:00
state.go Wire SQL backed state into rest of libpod 2017-11-18 12:58:48 -05:00
storage.go libpod create and run 2017-11-01 14:19:19 -05:00
util.go remove unused functions and variables 2017-11-28 14:30:12 +00:00
util_test.go libpod/runtime_img_test.go Unit Tests 2017-11-04 11:12:14 -05:00