File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,9 @@ Example: [my own image](https://github.com/queil/image/blob/main/src/Dockerfile)
4040
4141Rooz by default runs containers as ` root ` - not recommended. It's the best to create a user and set it with ` USER ` command in you Docker image.
4242
43- 2 . Init ` rooz ` - it generates a new ssh key, stores it in a Docker volume, later auto-mounted to your work containers:
44-
45- ``` sh
46- rooz init
47- ```
43+ 2 . Init rooz - it generates a new ssh key, stores it in a Docker volume, later auto-mounted to your work containers:
4844
45+ Just run ` rooz ` and exit the opened terminal once finished. You should be able to scroll up to view the public key.
4946Before moving on make sure you add your newly generated public key to your git provider.
5047
51483 . Runs a container, cloning a repo:
You can’t perform that action at this time.
0 commit comments