はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ブラックフライデー

『Project Atomic』

  • 人気
  • 新着
  • すべて
  • Buildah - build your containers from the ground up!

    3 users

    projectatomic.io

    Since I’m relatively new to the world of containers and images, I was excited to learn about the Buildah tool. Especially since I’m a native New Englander and it’s a clever play on how we say Builder in these parts. Buildah is a newly released command line tool for efficiently and quickly building Open Container Initiative (OCI) compliant images and containers. Buildah simplifies the process of cr

    • テクノロジー
    • 2017/06/23 08:32
    • container
    • docker
    • How to Run a More Secure Non-Root User Container

      3 users

      projectatomic.io

      I was asked a question about running users inside of a docker container: could they still get privileges? Before we begin, here is more background on Linux capabilities We’ll start with a simple container where the primary process is running as root. One can look at the capabilities of the current process via grep Cap /proc/self/status. There is also a capsh utility. # docker run --rm -ti fedora g

      • テクノロジー
      • 2016/09/23 05:23
      • docker
      • security
      • What are Docker <none>:<none> images?

        4 users

        projectatomic.io

        The last few days, I have spent some time playing around with Docker’s <none>:<none> images. I’m writing this post to explain how they work, and how they affect docker users. This article will try to address questions like: What are <none>:<none> images ? What are dangling images ? Why do I see a lot of <none>:<none> images when I do docker images -a ? What is the difference between docker images

        • テクノロジー
        • 2016/07/28 20:54
        • docker
        • Why we don't let non-root users run Docker in CentOS, Fedora, or RHEL

          4 users

          projectatomic.io

          I often get bug reports from users asking why can’t I use `docker` as a non root user, by default? Docker has the ability to change the group ownership of the /run/docker.socket to have group permission of 660, with the group ownership the docker group. This would allow users added to the docker group to be able to run docker containers without having to execute sudo or su to become root. Sounds g

          • テクノロジー
          • 2016/05/27 15:43
          • docker
          • Extending SELinux Policy for Containers

            3 users

            projectatomic.io

            A developer contacted me about building a container that will run as a log aggregator for fluentd. This container needed to be a SPC container that would manage parts of the host system, namely the log files under /var/logs. Being a good conscientious developer, he wanted to run his application as securely as possible. The option he wanted to avoid was running the container in --privileged mode, r

            • テクノロジー
            • 2016/03/16 09:50
            • Docker
            • Friends Don't Let Friends Run Docker on Loopback in Production

              3 users

              projectatomic.io

              I’ve heard negative things about the Fedora|CentOS Docker storage configuration in the past, and while manning the Red Hat booth in San Francisco at DockerCon last week, I spoke to a number of people who’ve experienced these storage issues themselves. Much of the trouble, I think, boils down to how Docker in Fedora and CentOS have shipped with a storage configuration that optimizes for a convenien

              • テクノロジー
              • 2015/12/21 00:31
              • Docker
              • Linux
              • CentOS Atomic Host Released

                32 users

                projectatomic.io

                We would like to announce the general availability of CentOS Atomic Host (May 2015), a lean operating system designed to run Docker containers, derived from Red Hat Enterprise Linux Atomic Host (7.1.2), and built from standard CentOS 7 RPMs. CentOS Atomic Host is produced by the CentOS Atomic SIG, based on upstream work from Project Atomic. CentOS Atomic Host is available as a qcow2 image, as Virt

                • テクノロジー
                • 2015/06/25 00:33
                • CentOS
                • docker
                • atomic
                • linux
                • 興味深い
                • aws
                • development
                • *あとで
                • あとで読む
                • Addressing Problems with Ping in Containers on Atomic Hosts

                  4 users

                  projectatomic.io

                  Having problems with ping in your containers? It might not be what you think! Problem Statement We received a bug report the other day with the following comment: On a RHEL 7 host (registered and subscribed), I can use Yum to install additional packages from docker run ... or in a Docker file. If I install the iputils package (and any dependencies), the basic ping command does not work. However, i

                  • テクノロジー
                  • 2015/04/05 23:46
                  • docker
                  • network
                  • Linux
                  • あとで読む
                  • Testing Kubernetes with an Atomic Host

                    3 users

                    projectatomic.io

                    Atomic hosts include Kubernetes for orchestration and management of containerized application deployments, across a cluster of container hosts. If you’re interested in taking Kubernetes for a spin on an Atomic host, read on! Kubernetes+Atomic Hello World First, boot into CentOS Atomic host. You ought to be able to use Fedora Atomic as well, but currently, Atomic Fedora comes with an earlier versio

                    • テクノロジー
                    • 2014/11/28 18:03
                    • docker
                    • Get Started with Project Atomic — Project Atomic

                      5 users

                      projectatomic.io

                      Atomic Host Is Being Sunset The Atomic Host platform is being replaced by CoreOS. The Fedora project is no longer producing new versions of Atomic Host, but still provides updates for the Fedora 29 version of Atomic Host. The CentOS project continues to rebuild the RHEL 7 based versions of Atomic Host, but there is no plan for a RHEL 8 or CentOS 8 version of Atomic Host. Users of Atomic Host are e

                      • 学び
                      • 2014/11/18 12:51
                      • Project Atomic

                        69 users

                        projectatomic.io

                        Deploy and Manage Your Containers in the Next-Generation Container OS Use immutable infrastructure to deploy and scale your containerized applications. Project Atomic mainly comprises Atomic Host, Team Silverblue, and various container tooling. cloud native platforms. Twitter Facebook Google+ RSS Atomic Host Atomic Host provides immutable infrastructure for deploying to hundreds or thousands of se

                        • テクノロジー
                        • 2014/04/16 05:30
                        • docker
                        • container
                        • linux
                        • redhat
                        • atomic
                        • deploy
                        • development
                        • webservice

                        このページはまだ
                        ブックマークされていません

                        このページを最初にブックマークしてみませんか?

                        『Project Atomic』の新着エントリーを見る

                        キーボードショートカット一覧

                        j次のブックマーク

                        k前のブックマーク

                        lあとで読む

                        eコメント一覧を開く

                        oページを開く

                        はてなブックマーク

                        • 総合
                        • 一般
                        • 世の中
                        • 政治と経済
                        • 暮らし
                        • 学び
                        • テクノロジー
                        • エンタメ
                        • アニメとゲーム
                        • おもしろ
                        • アプリ・拡張機能
                        • 開発ブログ
                        • ヘルプ
                        • お問い合わせ
                        • ガイドライン
                        • 利用規約
                        • プライバシーポリシー
                        • 利用者情報の外部送信について
                        • ガイドライン
                        • 利用規約
                        • プライバシーポリシー
                        • 利用者情報の外部送信について

                        公式Twitter

                        • 公式アカウント
                        • ホットエントリー

                        はてなのサービス

                        • はてなブログ
                        • はてなブログPro
                        • 人力検索はてな
                        • はてなブログ タグ
                        • はてなニュース
                        • ソレドコ
                        • App Storeからダウンロード
                        • Google Playで手に入れよう
                        Copyright © 2005-2025 Hatena. All Rights Reserved.
                        設定を変更しましたx