From 4be0097bf7feeeed234c36ca41735869eb0eb3e4 Mon Sep 17 00:00:00 2001 From: FlUxIuS Date: Mon, 20 May 2024 21:57:16 +0200 Subject: [PATCH] Adding more feature doc --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec31e27..ceeb367 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,6 @@ if you want to run it into another existing container, you can precise the conta [...] sudo ./rfswift exec -e /bin/bash -c c9e223a987a36441fb631f4a11def746aabb1a1bc862b5f2589d5b3ac8429cb1 # we are executing on the 'c9e223a987a36441fb631f4a11def746aabb1a1bc862b5f2589d5b3ac8429cb1' container - ## Getting the latests containers To get the 10 last containers you have create, you can use the following command: @@ -142,6 +141,13 @@ To get the 10 last containers you have create, you can use the following command sudo ./rfswift last -f myrfswift:latest # we are using a filter for images [ 1716024976 ][ myrfswift:latest ] Container: c9e223a987a36441fb631f4a11def746aabb1a1bc862b5f2589d5b3ac8429cb1 , Command: /bin/bash + +## Commit changes + +If you want to commit changes you've made of your container an start at this images later on a new one, you can use the `commit` command as follows: + + sudo ./fswift commit -c -i myrfswift:newtag + ## Options ### OpenCL