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 docker.$LOC.icdc.io/ACC_NAME-docker/image:tag $ docker push docker.$LOC.icdc.io/ACC_NAME-docker/image:tag pull: $ docker pull docker.$LOC.icdc.io/ACC_NAME-docker/image:tag