You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


  1. Request an account for biohpc at https://biohpc.cornell.edu/lab/lab.aspx
  2. Add or remove user from the access list: 

Any user on the access list can add or remove users

[root@cbsujohnson ~]# docker1 access list

Container   UserID

infant-mongo-db ad596

infant-mongo-db sw835

infant-mongo-db ap689

[root@cbsujohnson ~]#

To add or remove users, use the command: 

[root@cbsujohnson docker]# docker1 access

docker1 access list

   prints current access list

 

docker1 access remove <container name> <user id>

   Removes access for <user id> to <container name>

 

docker1 access add <container name> <user id>

   Adds access for <user id> to <container name>

  • No labels