.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