1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-31 11:56:09 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Schubart 5ae238580c
Fix path issues (#386) 2021-10-14 15:28:45 -07:00
Marcin Puc 8250b48bc1
Add various refactorings (#341) 2021-09-27 15:46:57 -07:00
Furisto 3384ce3923
Complete command help information (#334) 2021-09-25 17:41:47 -07:00
Furisto 42a17b8594
Rework container state management 2021-09-23 23:05:35 +02:00
utam0k fee0e7693b remove unnecessary clone() in container.rs 2021-09-02 23:04:12 +09:00
Sascha Grunert 401d70a95f
Cleanup state file path construction
This small cleanup creates a new static method `State::file_path()`
which can be used to retrieve the state JSON file path. This makes the
state module public and allows its usage from the `commands` module.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-07-26 13:38:43 +02:00
Furisto a075e8b566 Move commands into dedicated module 2021-07-22 15:20:41 +02:00