v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

  • Cannot set language without session cookie
未実施 秒前
            False
        
未実施 秒前
最新のリクエストからの現在のエラースクリーンショット

トリガーされたテキスト 無視されたテキスト ブロックされたテキスト

11時間前
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              docker / cli Public
              * Notifications You must be signed in to change notification settings
              * Fork 2.2k
                * Star 6k
          * Code
          * Issues 573
          * Pull requests 245
          * Discussions
          * Actions
          * Projects
          * Security and quality 2
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Projects
                  * Security and quality
                  * Insights
                                              master
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                     Name                       Last commit message    Last commit date
                                            Latest commit        
                                                                 
                                                History          
                                                                 
                                                12,957 Commits   
                                                  12,957 Commits 
                                                  .github                  .github                                                   
                                                  cli-plugins              cli-plugins                                               
                                                  cli                      cli                                                       
                                                  cmd                      cmd                                                       
                                                  contrib                  contrib                                                   
                                                  dockerfiles              dockerfiles                                               
                                                  docs                     docs                                                      
                                                  e2e                      e2e                                                       
                                                  experimental             experimental                                              
                                                  internal                 internal                                                  
                                                  man                      man                                                       
                                                  opts                     opts                                                      
                                                  pkg/ kvfile              pkg/ kvfile                                               
                                                  scripts                  scripts                                                   
                                                  templates                templates                                                 
                                                  vendor                   vendor                                                    
                                                  .codecov.yml             .codecov.yml                                              
                                                  .dockerignore            .dockerignore                                             
                                                  .gitattributes           .gitattributes                                            
                                                  .gitignore               .gitignore                                                
                                                  .golangci.yml            .golangci.yml                                             
                                                  .mailmap                 .mailmap                                                  
                                                  AUTHORS                  AUTHORS                                                   
                                                  CONTRIBUTING.md          CONTRIBUTING.md                                           
                                                  Dockerfile               Dockerfile                                                
                                                  LICENSE                  LICENSE                                                   
                                                  MAINTAINERS              MAINTAINERS                                               
                                                  Makefile                 Makefile                                                  
                                                  NOTICE                   NOTICE                                                    
                                                  README.md                README.md                                                 
                                                  SECURITY.md              SECURITY.md                                               
                                                  TESTING.md               TESTING.md                                                
                                                  VERSION                  VERSION                                                   
                                                  docker-bake.hcl          docker-bake.hcl                                           
                                                  docker.Makefile          docker.Makefile                                           
                                                  vendor.mod               vendor.mod                                                
                                                  vendor.sum               vendor.sum                                                
                                            View all files       
                                          

                                              Repository files navigation

                                                * 
                                                * README
                                                * Contributing
                                                * License
                                                * Security
                                                More items

                                                Docker CLI

                                                About

                                              This repository is the home of the Docker CLI.

                                                Development

                                              docker/cli is developed using Docker.

                                              Build CLI from source:

                                                docker buildx bake

                                              Build binaries for all supported platforms:

                                                docker buildx bake cross

                                              Build for a specific platform:

                                                docker buildx bake --set binary.platform=linux/arm64 

                                              Build dynamic binary for glibc or musl:

                                                USE_GLIBC=1 docker buildx bake dynbinary 

                                              Run all linting:

                                                docker buildx bake lint shellcheck

                                              Run test:

                                                docker buildx bake test

                                              Run the unit test:

                                                $ make -f docker.Makefile test-unit

                                              Run the full test suite:

                                                $ make -f docker.Makefile test

                                              List all the available targets:

                                                make help

                                                In-container development environment

                                              Start an interactive development environment:

                                                make shell

                                                Legal

                                              Brought to you courtesy of our legal counsel. For more context, see the NOTICE document in this repo.

                                              Use and transfer of Docker may be subject to certain restrictions by the United States and other governments.

                                              It is your responsibility to ensure that your use and/or transfer does not violate applicable laws.

                                              For more information, see https://www.bis.doc.gov

                                                Licensing

                                              docker/cli is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

                                        About

                                        The Docker CLI

                                        Topics

                                          clidocker

                                        Resources

                                          Readme
                                          License

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Activity
                                          Custom properties

                                        Stars

                                          6.0k stars

                                        Watchers

                                          136 watching

                                        Forks

                                          2.2k forks
                                          Report repository

                                        Releases

                                        Packages

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.
現在、差分はテキストで実行されグラフィカルではありません。最新のスクリーンショットのみ利用可能です。

スクリーンショットには、スクリーンショットをサポートするコンテンツフェッチャー(Sockpuppetbrowser、seleniumなど)が必要です。