From 0863be6a6e5aed7689e02101dcd9cee257847365 Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Sat, 15 Jun 2024 00:32:15 -0500 Subject: [PATCH] README.md updates - compatibility table --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ebe3500..178553d 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,11 @@ distrobox-create --name CONTAINER_NAME --image CONTAINER_URI distrobox-enter CONTAINER_NAME ``` +Entering container: +``` +distrobox enter CONTAINER_NAME +``` + Stopping container: ``` podman stop CONTAINER_NAME