Skip to content

Conversation

@mdvir
Copy link
Contributor

@mdvir mdvir commented Jul 22, 2021

v1.0


RUN mkdir /root/data
COPY data /root/data
COPY . /root/data
Copy link
Contributor

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".
Copy link
Contributor

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.
Copy link
Contributor

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants