Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
romasku committed Feb 11, 2021
1 parent f9a400e commit 4c26e91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.D/1983.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Added support of named:
- create new disk by `neuro disk create --name <disk-name> STORAGE` command
- name can be used to get/delete disk: `neuro disk get <disk-name>` or `neuro disk delete <disk-name>`
- name can be used to mount disk: `neuro run -v disk:<disk-name>:/mnt/disk ...`

0 comments on commit 4c26e91

Please sign in to comment.