]> git.tue.mpg.de Git - micoforia.git/commitdiff
Expand the examples in the man page a bit.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 14 May 2024 21:38:27 +0000 (23:38 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 14 May 2024 21:38:27 +0000 (23:38 +0200)
Explain how to change the root password in a freshly created container
and re-order the other examples a bit.

micoforia.suite.m4

index 30dae2571d972a57224030d89dfd3ee62190abcc..287bb008c6885489b0dfea8ee7a6e304e7844231 100644 (file)
        .EE
        .RE
        .IP \(bu 2
-       Set the root password of the container
+       Start the container
        .I c1
+       in the backround and set the root password
 
        .RS 6
        .EX
-               .B chroot /var/lib/micoforia/c1 passwd
+               .B m7a start c1
+               .B m7a enter c1 passwd
        .EE
        .RE
        .IP \(bu 2
-       Start the container in foreground mode:
+       Run a shell in the container
 
        .RS 6
        .EX
-               .B m7a start --foreground c1
+               .B m7a enter c1
        .EE
        .RE
        .IP \(bu 2
-       Start the container in the backround and run a shell:
+       Ask the container to shut down, and wait for the shutdown procedure
+       to complete:
 
        .RS 6
        .EX
-               .B m7a start c1
-               .B m7a enter c1
+               .B m7a stop --wait c1
        .EE
        .RE
        .IP \(bu 2
-       Attach to
-       .I tty1
-       of the running container (type CTRL+a q to detach):
+       Start the container in foreground mode:
 
        .RS 6
        .EX
-               .B m7a attach c1
+               .B m7a start --foreground c1
        .EE
        .RE
        .IP \(bu 2
-       Ask the container to shut down, and wait for the shutdown procedure
-       to complete:
+       Attach to
+       .I tty1
+       of the running container (type CTRL+a q to detach):
 
        .RS 6
        .EX
-               .B m7a stop --wait c1
+               .B m7a attach c1
        .EE
        .RE
        .IP \(bu 2