Docker¶ The Docker repository is used for working with docker images. You can use the following sentencies while working with Docker: login (use your сredentials): $ docker login artifactory.$LOC.icdc.io Access to data¶ push: $ docker tag image:tag artifactory.$LOC.icdc.io/ACC_NAME-docker/image:tag $ docker push artifactory.$LOC.icdc.io/ACC_NAME-docker/image:tag pull: $ docker pull artifactory.$LOC.icdc.io/ACC_NAME-docker/image:tag