본문 바로가기

조용한 담장

검색하기
조용한 담장
프로필사진 iosroid

  • 분류 전체보기 (125)
    • Flutter (43)
    • tips (10)
    • Dart (14)
    • Interesthing (6)
    • python (6)
    • kotlin (40)
    • Blogs I read this week (3)
    • Yocto (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
  • 플러터
  • 다트
  • 파이썬
  • python
  • function
  • texttheme
  • Collection
  • variable
  • map
  • package
  • Flutter
  • 콜렉션
  • pushnamed
  • ML
  • kotlin
  • textstyle
  • Class
  • List
  • 클래스
  • 코틀린
  • text
  • import
  • DART
  • set
  • 웹크롤러
  • crawler
  • 함수
  • Android
  • animation
  • 크롤러
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록커밋 (1)

조용한 담장

docker commit

원본 docker image 에 자신이 작업한 내용을 합치고자 할때 docker commit 을 사용 합니다. 1. ubuntu image 를 가져와 실행합니다. $ docker pull ubuntu $ docker run -it ubuntu 2. 내가 필요한 작업을 합니다. root@0a9b63f5f81d:/# apt-get update root@0a9b63f5f81d:/# apt-get install build-essential wget git python root@0a9b63f5f81d:/# exit 3. container 0a9b63f5f81d 의 내용을 commit 하여 새로운 이미지를 만듭니다. $ docker commit -m "ubuntu updated" 0a9b63f5f81d ubuntu..

tips 2020. 2. 10. 18:39
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바