-
Notifications
You must be signed in to change notification settings - Fork 6
v1.0 #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
||
| RUN mkdir /root/data | ||
| COPY data /root/data | ||
| COPY . /root/data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you cancel the /data folder and moved all scripts to the main folder ?
This will copy Dockerfile and build.sh also into the /data folder in the container which is not needed
| a. create a partition "test" | ||
| b. create an RSA key in partition "test" with the following command : ucl generate -t RSA -n <key_name> -p test. | ||
|
|
||
| a. Create a partition name "test". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdvir the partition name does not have to be 'test' right - and an existing partition can be used so I think this should be described more accurately
|
|
||
| a. Create a partition name "test". | ||
|
|
||
| b. Create an RSA key in partition "test" using the following command : ucl generate -t RSA -n <key_name> -p test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdvir Can the key be any size ?
v1.0