mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Fixed numbered list
This commit is contained in:
committed by
Denise
parent
7b9a555571
commit
84b206de5f
@@ -165,12 +165,12 @@ Once you have your own Services repository, you can add a new service to its ind
|
|||||||
|
|
||||||
To create your own console images, you need to:
|
To create your own console images, you need to:
|
||||||
|
|
||||||
1 install some basic tools, including an ssh daemon, sudo, and kernel module tools
|
1. install some basic tools, including an ssh daemon, sudo, and kernel module tools
|
||||||
2 create `rancher` and `docker` users and groups with UID and GID's of `1100` and `1101` respectively
|
2. create `rancher` and `docker` users and groups with UID and GID's of `1100` and `1101` respectively
|
||||||
3 add both users to the `docker` and `sudo` groups
|
3. add both users to the `docker` and `sudo` groups
|
||||||
4 add both groups into the `/etc/sudoers` file to allow password-less sudo
|
4. add both groups into the `/etc/sudoers` file to allow password-less sudo
|
||||||
5 configure sshd to accept logins from users in the `docker` group, and deny `root`.
|
5. configure sshd to accept logins from users in the `docker` group, and deny `root`.
|
||||||
6 set `ENTRYPOINT ["/usr/bin/ros", "entrypoint"]`
|
6. set `ENTRYPOINT ["/usr/bin/ros", "entrypoint"]`
|
||||||
|
|
||||||
the `ros` binary, and other host specific configuration files will be bind mounted into the running console container when its launched.
|
the `ros` binary, and other host specific configuration files will be bind mounted into the running console container when its launched.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user