並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 619件

新着順 人気順

containerの検索結果161 - 200 件 / 619件

  • GitHub - rancher/k3c: Lightweight local container engine for container development

    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

      GitHub - rancher/k3c: Lightweight local container engine for container development
    • Azure Container Apps の特徴と Azure Web Apps / Azure Functions との違い - しばやん雑記

      Ignite 2021 で発表された Azure Container Apps について、実際に触って調べたのでいろいろと所感を書きます。特に Web Apps / Azure Functions との違い・使い分けについて重視しました。 名前から分かるようにコンテナーの実行に特化したサービスです。既報の通り Kubernetes 上で動作していますが Kubernetes の知識が無くても簡単に扱えるようになっています。 最新の Serverless サービスなだけあって、全体的に設計が洗練されている印象を持っています。最初からログ周りは Log Analytics ベースになっているのも好印象です。 提供される機能と App Service との違い まだプレビューなので機能は少なめですが、現時点で提供されている Container Apps の機能は以下のような感じです。カスタム V

        Azure Container Apps の特徴と Azure Web Apps / Azure Functions との違い - しばやん雑記
      • 【図解】VScodeのRemote Container拡張機能とは?わかりやすく

        以下のようなことができるVScodeの拡張機能です。 VScodeからDockerを制御できるDockerの1つのコンテナ内に「VScodeサーバー」なるソフトをインストールして、そのサーバーにローカルのVScodeから接続して、あたかもローカルのVScodeを操作しているような感覚で、Docker内のVScodeを操作できる 😇😇😇??? ちょっと自分でも何言ってるのか分からないのですが ムリやり図解すると以下のような感じです、おそらく。。 Remote Containerから「どのコンテナを立ち上げるか?」を指定する Dockerfile、docker-compose.yml、image名を直接指定という3つの方法がある複数のコンテナを立ち上げる場合は、どのコンテナの中に入るか(VScodeサーバーをインストールして接続するか)も指定するRemote ContainerがDock

          【図解】VScodeのRemote Container拡張機能とは?わかりやすく
        • Packages: Container registry now supports GITHUB_TOKEN

          March 24, 2021 You can now use GITHUB_TOKEN to authenticate with the Packages Container registry in your Actions workflows. Say goodbye to all those PATs (delete them from your profile too!), and say hello to using the GITHUB_TOKEN in your workflows to read, create, update, and delete containers. - name: Login to Packages Container registry uses: docker/login-action@v1 with: registry: ${{ env.REGI

            Packages: Container registry now supports GITHUB_TOKEN
          • Linux Container Book (1) Namespace / Network 編:lxc-jp

            Linuxカーネルに実装されているコンテナ関連の技術のうち、Namespaceとネットワーク関連の機能について解説する本です。 Linuxにおける「コンテナ」は単一の機能として存在しているわけではありません。Linuxカーネルに実装されているさまざまな機能を組み合わせて「コンテナ」が作られます。コンテナで使われるさまざまな機能のうち、この本では「この機能があるからコンテナと呼べる」と言っても良い基本的な機能であるNamespaceと、コンテナのネットワークで使われる機能について解説します。 特定のコンテナランタイムを使うことなく、Linuxにインストールされている基本的なコマンドを使ってNamespaceとネットワーク機能をわかりやすく解説します。 内容はgihyo.jpで連載している「LXCで学ぶコンテナ入門」の一部をベースにしています。本書では記事中の実行例を新しい環境で確認し、記載を

              Linux Container Book (1) Namespace / Network 編:lxc-jp
            • Python: MLflow Tracking を使ってみる - CUBE SUGAR CONTAINER

              MLflow は MLOps に関連した OSS のひとつ。 いくつかのコンポーネントに分かれていて、それぞれを必要に応じて独立して使うことができる。 今回は、その中でも実験の管理と可視化を司る MLflow Tracking を試してみることにした。 機械学習のプロジェクトでは試行錯誤することが多い。 その際には、パラメータやモデルの構成などを変えながら何度も実験を繰り返すことになる。 すると、回数が増えるごとに使ったパラメータや得られた結果、モデルなどの管理が煩雑になってくる。 MLflow Tracking を使うことで、その煩雑さが軽減できる可能性がある。 使った環境は次のとおり。 $ sw_vers ProductName: Mac OS X ProductVersion: 10.14.6 BuildVersion: 18G5033 $ python -V Python 3.7.

                Python: MLflow Tracking を使ってみる - CUBE SUGAR CONTAINER
              • Bottlerocket – Open Source OS for Container Hosting | Amazon Web Services

                AWS News Blog Bottlerocket – Open Source OS for Container Hosting It is safe to say that our industry has decided that containers are now the chosen way to package and scale applications. Our customers are making great use of Amazon Elastic Container Service (Amazon ECS) and EKS, with over 80% of all cloud-based containers running on AWS. Container-based environments lend themselves to easy scale-

                  Bottlerocket – Open Source OS for Container Hosting | Amazon Web Services
                • Python: アンサンブル学習の Voting を試す - CUBE SUGAR CONTAINER

                  今回は機械学習におけるアンサンブル学習の一種として Voting という手法を試してみる。 これは、複数の学習済みモデルを用意して多数決などで推論の結果を決めるという手法。 この手法を用いることで最終的なモデルの性能を上げられる可能性がある。 実装については自分で書いても良いけど scikit-learn に使いやすいものがあったので、それを選んだ。 sklearn.ensemble.VotingClassifier — scikit-learn 0.20.2 documentation 使った環境は次の通り。 $ sw_vers ProductName: Mac OS X ProductVersion: 10.14.1 BuildVersion: 18B75 $ python -V Python 3.7.1 下準備 まずは今回使うパッケージをインストールしておく。 $ pip insta

                    Python: アンサンブル学習の Voting を試す - CUBE SUGAR CONTAINER
                  • Waydroid | Android in a Linux container

                    Features Main Features of Waydroid Waydroid uses Linux namespaces (user, pid, uts, net, mount, ipc) to run a full Android system in a container and provide Android applications on any GNU/Linux-based platform (arm, arm64, x86, x86_64). The Android system inside the container has direct access to needed hardware through LXC and the binder interface.

                    • GitHub - lavie/runlike: Given an existing docker container, prints the command line necessary to run a copy of it.

                      A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

                        GitHub - lavie/runlike: Given an existing docker container, prints the command line necessary to run a copy of it.
                      • Dev Container metadata reference

                        The devcontainer.json file contains any needed metadata and settings required to configurate a development container for a given well-defined tool and runtime stack. It can be used by tools and services that support the dev container spec to create a development environment that contains one or more development containers. Metadata properties marked with a 🏷️️ can be stored in the devcontainer.me

                        • Say Hello To CSS Container Queries

                          I haven’t been more excited for a CSS feature like I’m now in the past six years I spent as a front-end developer. The prototype of container queries is now available behind a flag in Chrome Canary. Thanks to efforts from smart people like Miriam Suzanne and other folks. I remember seeing a lot of jokes about the support for CSS container queries, but they are finally there. In this article, I wil

                            Say Hello To CSS Container Queries
                          • V on Twitter: "Docker一強の終焉にあたり、押さえるべきContainer事情 https://t.co/vzYK015bbe 大変勉強になった。うちみたいに k8s を一切使ってない企業としては Docker で良い事がわかった。商用契約をこのまま使い続けていくでよさそう。Wasm / WASI 楽しみ。" / Twitter

                              V on Twitter: "Docker一強の終焉にあたり、押さえるべきContainer事情 https://t.co/vzYK015bbe 大変勉強になった。うちみたいに k8s を一切使ってない企業としては Docker で良い事がわかった。商用契約をこのまま使い続けていくでよさそう。Wasm / WASI 楽しみ。" / Twitter
                            • Azure Container Apps のドキュメント

                              このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。

                                Azure Container Apps のドキュメント
                              • Palo Alto Networks to acquire container security startup Twistlock for $410M | TechCrunch

                                Palo Alto Networks to acquire container security startup Twistlock for $410M At KubeCon last week in Barcelona, container security was a hot topic, so it shouldn’t come as a surprise that Palo Alto Networks announced today that it was buying container security startup, Twistlock for $410 million. The company also announced it was buying serverless security startup, PureSec. It did not reveal the p

                                  Palo Alto Networks to acquire container security startup Twistlock for $410M | TechCrunch
                                • GitHub - GoogleChromeLabs/container-query-polyfill: A polyfill for CSS Container Queries

                                  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.

                                    GitHub - GoogleChromeLabs/container-query-polyfill: A polyfill for CSS Container Queries
                                  • Leaky Vessels: Docker and runc Container Breakout Vulnerabilities - January 2024 | Snyk

                                    We will continue to update this blog with any key updates, including updates on the disclosure of any new related vulnerabilities. This blog includes links to detailed blogs on each of the disclosed vulnerabilities, as well as two open source tools to aid in exploit detection. Snyk security researcher Rory McNamara, with the Snyk Security Labs team, identified four vulnerabilities — dubbed "Leaky

                                      Leaky Vessels: Docker and runc Container Breakout Vulnerabilities - January 2024 | Snyk
                                    • EVER GIVEN Current position (Container Ship, IMO 9811000) - VesselFinder

                                      EVER GIVEN last position is 34 S, 28 E heading to Colombo with speed of 17.8 knots. TRACK ON MAP...

                                      • コンテナランタイムはじめの一歩 / Container Runtime 101

                                        KubeConのケーススタディから振り返る、Platform for Platforms のあり方と その実践 / Lessons from KubeCon case studies: Platform for Platforms and its practice

                                          コンテナランタイムはじめの一歩 / Container Runtime 101
                                        • GitHub - anchore/syft: CLI tool and library for generating a Software Bill of Materials from container images and filesystems

                                          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

                                            GitHub - anchore/syft: CLI tool and library for generating a Software Bill of Materials from container images and filesystems
                                          • Next Gen CSS: @container | CSS-Tricks

                                            Chrome is experimenting with @container, a property within the CSS Working Group Containment Level 3 spec being championed by Miriam Suzanne of Oddbird, and a group of engineers across the web platform. @container brings us the ability to style elements based on the size of their parent container. The @container API is not stable, and is subject to syntax changes. If you try it out on your own, yo

                                              Next Gen CSS: @container | CSS-Tricks
                                            • VeleroでContainer Service for Kubernetes(ACK)をバックアップする|Engineers' Blog|SBクラウド株式会社 - SBクラウド株式会社

                                              こんにちは、ソリューションアーキテクトの有馬です。 今回はVeleroを使用して、Container Service for Kubernetes (ACK) のバックアップを試してみたいと思います。 はじめに Veleroについて インストールと各種設定 OSSバケットの準備 Velero CLIのインストール RAMユーザの作成 Credential 設定 変数設定 NamespaceとSecret 作成 VeleroとPluginインストール バックアップとリストア 環境準備 バックアップ リストア スケジュール まとめ はじめに Kubernetesを利用した環境では、マニフェストへ必要なリソースを定義し、Git等で管理を行う事で容易にアプリケーションのデプロイを行えるようしている場合が多いかと思います。 マニフェストの利用と合わせて、Kubernetesクラスタ上へデプロイされた

                                                VeleroでContainer Service for Kubernetes(ACK)をバックアップする|Engineers' Blog|SBクラウド株式会社 - SBクラウド株式会社
                                              • LUCY ルーシー | Masa's Record Storage Container ~将_記録管理簿~

                                                [スポンサーリンク] ストーリー 女学生のルーシーは韓国マフィアの麻薬取引に巻き込まれてしまう 新麻薬であるCPH4を梱包した袋を腹部に入れられてします 同様に運び屋とされた人々と共に出身国に向かいそこで組織の人間に会う様に指示をされる しかしルーシーとルーシーを運ぼうとした組織のメンバは他の組織に捕まる ルーシーが捕まってしまった組織の人間に抵抗した際に袋が破れCPH4が放出されてしまう そして彼女の体には驚くべき変化が起きる 通常10%しか使用されないと言われる脳が100%活動出来る様になっていたのだ [スポンサーリンク] 感想 もし人間の脳が100%活動することが出来ればというテーマで描かれた作品です 超越した存在となった人間は世界がどう見え何を感じるのか等いろいろ想像させられる映画でした そいうえばアカシックレコードを持った人間には 過去の情報から未来が全て見える様になるといったよ

                                                • NVIDIA Container Toolkit (NVIDIA Docker) は何をしてくれるか - Qiita

                                                  Docker で NVIDIA GPU を利用する場合は、NVIDIA Container Toolkit (NVIDIA Docker) が必要になります。この記事では、なぜ NVIDIA Container Toolkit がなぜ必要か、どう動くかについて個人的に調べたことを記載します。2021 年 4 月時点での情報になります。今後のバージョンアップで内容が古くなっている可能性がある点にご注意ください (#確認した環境)。 NVIDIA Container Toolkit (NVIDIA Docker) 自体のインストール方法や歴史については、NVIDIA Japan のNVIDIA Docker って今どうなってるの? (20.09 版) という記事が非常によくまとまっているため、そちらをご覧ください。 内容が長いため、「まとめ」の章を目次として見ていただければと思います。 なぜ

                                                    NVIDIA Container Toolkit (NVIDIA Docker) は何をしてくれるか - Qiita
                                                  • 返り値のチェックでシェルスクリプトが止まらないようにする - CUBE SUGAR CONTAINER

                                                    シェルスクリプトで set -e しておくとコマンドの返り値が非ゼロ (エラー) のときにスクリプトを止めることができる。 この機能を使うと、コマンドの実行結果がエラーになった状態で処理が突き進んでしまうことを防止できる。 ただ、この機能は便利な反面、スクリプトが意図せず止まってしまうこともある。 今回は、それを回避する方法について。 使った環境は次の通り。 $ sw_vers ProductName: Mac OS X ProductVersion: 10.14.6 BuildVersion: 18G103 $ bash --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin18) Copyright (C) 2007 Free Software Foundation, Inc. もくじ もくじ set -e

                                                      返り値のチェックでシェルスクリプトが止まらないようにする - CUBE SUGAR CONTAINER
                                                    • Cloud RunとContainer Registryに入門する|sumi|note

                                                      本記事のゴールDocker環境で作ったNuxt.jsのプロジェクトを簡単にデプロイしたい! Cloud Runとは?サーバーレスアーキテクチャで、コンテナを使って簡単に本番環境へデプロイできる、Google Cloud Platformのサービスです。Cloud Run  |  Google Cloud Googleアカウントを使用するので、簡単に始められるのも利点です! Docker Imageを用意以前作成したNuxt.jsのimageを使っていきたいと思います。 プロジェクトの作成GCPを触るのが初めてだったので新しくプロジェクトを作成します。 sumiプロジェクトの中でContainer RegistryとCloud Runを使っていきます。 Google Cloud SDKを使う gcloudコマンドを使えるように下記コマンドを実行します。 curl https://sdk.cl

                                                        Cloud RunとContainer Registryに入門する|sumi|note
                                                      • Introducing container image streaming in GKE | Google Cloud Blog

                                                        Introducing GKE image streaming for fast application startup and autoscaling We’re excited to announce the general availability of a new feature in Google Kubernetes Engine (GKE): image streaming. This revolutionary GKE feature has the potential to drastically improve your application scale-up time, allowing you to respond to increased user demand more rapidly, and save money by provisioning less

                                                          Introducing container image streaming in GKE | Google Cloud Blog
                                                        • Podman Desktop 1.0: Local container development made easy | Red Hat Developer

                                                          As containerization continues to gain popularity in the world of enterprise software development, there is also growing demand for tools and technologies that make container management more accessible and efficient. One such tool is Podman Desktop, which provides a user-friendly interface for managing containers and working with Kubernetes from a local machine (Figure 1). After months of hard work

                                                            Podman Desktop 1.0: Local container development made easy | Red Hat Developer
                                                          • Sending Udp Multicast Messages From Container To Host

                                                            Visiteurs depuis le 26/01/2019 : 4344 Connectés : 1 Record de connectés : 16 Sending Udp Multicast Messages From Container To Host CrosswordI have a container based on a Ubuntu 16.04 image running on my Mac, and I would like to send UDP messages to UDP Multicast group at. Multicast message delivery provides the fastest means of delivering messages to a large set of receivers. Low Latency Messaging

                                                              Sending Udp Multicast Messages From Container To Host
                                                            • useSelectorとuseDispatchでcontainer componentを排除する - stmn tech blog

                                                              はじめに こんにちは。株式会社スタメンでフロントエンドエンジニアをしております@0906kokiです。 React Hooksが2019年にリリースされてから、Reduxの実装でコンポーネントがstoreと接続する方法に選択肢が増えました。 具体的に言うと、今までconnect関数でstoreにあるstateやactionをpresentational componentに対してpropsとして渡していましたが、hooks時代ではuseSelectorとuseDispatchによってconnect関数を書かなくても、storeとの接続が可能になりました。 実装の広がりが出たと同時に、connect関数とuseSelector + useDispatchのどちらを使えばいいのか、いざ実装しようと思った際に悩むかもしれません。 現在、弊社では後者のuseSelectorとuseDispatch

                                                                useSelectorとuseDispatchでcontainer componentを排除する - stmn tech blog
                                                              • Python: ipywidgets で Jupyter に簡単な UI を作る - CUBE SUGAR CONTAINER

                                                                Jupyter を使ってデータを可視化していると、似たようなグラフを何度も描くことがある。 そんなとき、変数の値を変更しながらグラフを描画するセルを実行しまくるのは効率があまりよくない。 そこで、今回は ipywidgets を使って簡単な UI を作ることで、Jupyter でインタラクティブな操作ができるようにしてみる。 グラフの描画には、今回は主に Matplotlib を使うことを想定している。 使った環境は次のとおり。 $ sw_vers ProductName: macOS ProductVersion: 11.2.2 BuildVersion: 20D80 $ python -V Python 3.9.2 $ pip list | grep widgets ipywidgets 7.6.3 jupyterlab-widgets 1.0.0 widgetsnbextension

                                                                  Python: ipywidgets で Jupyter に簡単な UI を作る - CUBE SUGAR CONTAINER
                                                                • Red Hat Introduces open source Project Quay container registry

                                                                  Today Red Hat is introducing the open sourcing of Project Quay, the upstream project representing the code that powers Red Hat Quay and Quay.io. Newly open sourced, as per Red Hat’s open source commitment, Project Quay represents the culmination of years of work around the Quay container registry since 2013 by CoreOS, and now Red Hat. Quay was the first private hosted registry on the market, havin

                                                                    Red Hat Introduces open source Project Quay container registry
                                                                  • Amazon ECS と AWS Fargate 向け Amazon CloudWatch Container Insights のご紹介 – プレビュー開始

                                                                    コンテナ化されたアプリケーションやマイクロサービス環境のモニタリング、隔離、診断を実行できる Amazon CloudWatch Container Insights のプレビューが始まりました。プレビュー期間中、DevOPs エンジニアやシステムエンジニアは、Amazon Elastic Container Service (ECS) と AWS Fargate のクラスターのパフォーマンスとヘルス状態が、タスク、コンテナ、サービスごとに表示された自動化ダッシュボードを使用できます。 ECS マネジメントコンソールまたは AWS CLI で数回クリックするだけで、コンテナやクラスターの詳細なパフォーマンスメトリクス、ログ、メタデータを収集できるようになります。詳細については、CloudWatch Container Insights のドキュメントの手順に従ってください。

                                                                      Amazon ECS と AWS Fargate 向け Amazon CloudWatch Container Insights のご紹介 – プレビュー開始
                                                                    • Amazon Elastic Container Service が EC2 起動タイプの環境ファイルのサポートを開始

                                                                      Amazon Elastic Container Service (ECS) は、EC2 起動タイプを使用してコンテナの環境変数を格納するための環境ファイルをサポートするようになりました。これにより、すべてのコンテナのキーと値のペアとして環境変数を手動で編集する代わりに、一元的に配置されたファイルを編集または参照することで、環境変数の設定が簡素化されます。 さまざまなタイプのコンテナで構成される大規模なアプリケーションでは、ワークロードが期待どおりに実行されるようにするには、広範な設定が必要です。これは、ビルドとテストのフェーズの後、および環境間でワークロードを移動するときに特に重要です。例としては、テストから本番への移行が挙げられます。 環境ファイルは、Amazon S3 でホストされている 1 個から数個までのファイルに環境変数を格納します。エラーが発生しやすく、大規模なアプリケーショ

                                                                        Amazon Elastic Container Service が EC2 起動タイプの環境ファイルのサポートを開始
                                                                      • Amazon Elastic Container Service 入門ハンズオンを公開しました!– AWS Hands-on for Beginners Update | Amazon Web Services

                                                                        Amazon Web Services ブログ Amazon Elastic Container Service 入門ハンズオンを公開しました!– AWS Hands-on for Beginners Update こんにちは!ソリューションアーキテクトの杉山(@sugimount)です。6月になって暖かな日が増えておりますが、皆さまいかがお過ごしでしょうか。家で猫を飼っているのですが、私に猫アレルギーがあることがわかりました。どうりで、鼻がムズムズするわけです。 さて、この度 AWS Hands-on for Beginners シリーズの新作コンテンツとして、Amazon Elastic Container Service (Amazon ECS) を使った入門ハンズオンを公開しました。今回公開したハンズオンを紹介いたします。 AWS Hands-on for Beginners とは

                                                                          Amazon Elastic Container Service 入門ハンズオンを公開しました!– AWS Hands-on for Beginners Update | Amazon Web Services
                                                                        • Amazon Elastic Container Service

                                                                          • Android Emulator Container Scriptsを使ってDocker上でAndroidエミュレータを動かす - Qiita

                                                                            Android Emulator Container Scriptsを使ってDocker上でAndroidエミュレータを動かすAndroidDocker この記事は Android Advent Calendar 2020 17日目の記事です。 昨年に紹介されていた Android Emulator Container Scripts ですが、今年新たにビルド済みのエミュレータコンテナが実験的に提供されているとのことで、本記事ではこのスクリプトを利用してDockerコンテナでAndroidエミュレータを立ち上げ、adb接続やテストの実行、Webブラウザから起動したエミュレータを操作する手順を紹介します。 Continuous Testing with Android Emulator Containers Android Developers Blog / Continuous testi

                                                                              Android Emulator Container Scriptsを使ってDocker上でAndroidエミュレータを動かす - Qiita
                                                                            • GitHub - anchore/grype: A vulnerability scanner for container images and filesystems

                                                                              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

                                                                                GitHub - anchore/grype: A vulnerability scanner for container images and filesystems
                                                                              • GitHub - containers/youki: A container runtime written in Rust

                                                                                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

                                                                                  GitHub - containers/youki: A container runtime written in Rust
                                                                                • Container technologies at Coinbase | by Coinbase | The Coinbase Blog

                                                                                  TLDR: Container orchestration platforms are complex and amazing technologies, helping some businesses and teams solve a whole suite of problems. What’s commonly overlooked however, is that container technologies also create a large set of challenges that must be overcome to prevent failures. This post is adapted from an internal blog post as I haven’t seen many write-ups like this externally avail

                                                                                    Container technologies at Coinbase | by Coinbase | The Coinbase Blog