Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- docker
- coursera
- localization
- deeplearning.ai
- 국제화
- AI
- internationalization
- I18N
- gettext_windows
- gettext
- andrew ng
- 현지화
- Python
Archives
- Today
- Total
JMANI
docker 저장소 생성하기 | Create Docker Repository 본문
Getting started
1. Login docker webpage
2. Click Repository in the top menu bar
3. Click Create Repository

4. Write Repository Name and Description
5. Refer to Pro tip docker
docker tag local-image:tagname new-repo:tagname
docker push new-repo:tagname
Pull Base Image
1. docker pull [image-name:tagname]
# example
docker pull ubuntu:18.04
docker pull jupyter/datascience-notebook
Comments