タグ containers
人気順 5 users 50 users 100 users 500 users 1000 usersWSL2とDockerとVSCodeのRemote Containersで最高の開発環境をつくる|はやぶさの技術ノート
こんにちは。現役エンジニアの”はやぶさ”@Cpp_Learningです。 WSL2 + Docker + VS Code の Remote – Containers のPython開発環境が最高だったので、構築方法と実践チュートリアルを紹介します。 いままでのPython開発環境 WSL + VS Code のPython開発環境については下記で紹介しました。 https://cpp-learning.com/wsl_... 続きを読む
GitHub - containers/krunvm: Manage lightweight VMs created from OCI images
krunvm krunvm is a CLI-based utility for managing lightweight VMs created from OCI images, using libkrun and buildah. Features Minimal footprint Fast boot time Zero disk image maintenance Zero network configuration Support for mapping host volumes into the guest Support for exposing guest ports t... 続きを読む
Announcing Amazon ECS deployment circuit breaker | Containers
Containers Announcing Amazon ECS deployment circuit breaker Today, we announced in public preview, the Amazon ECS deployment circuit breaker for EC2 and Fargate compute types. With this feature, Amazon ECS customers can now automatically roll back unhealthy service deployments without the need fo... 続きを読む
環境構築: VS Code Remote Container で Azure + Terraform + GitHub Actions - Qiita
Intro Fork して clone したらすぐに Azure を Terraform できる devcontainer を作りました。 VS Code の Remote Development (Remote - Containers) 機能を使っているので、ローカルに VS Code と Docker Desktop の環境があれば、以下のようなことがほんの少しの準備で実行できます。 Terraform で Azure を管理する ... 続きを読む
AWS and Docker collaborate to simplify the developer experience | Containers
Containers AWS and Docker collaborate to simplify the developer experience Developers can now use Docker Compose and Docker Desktop to deploy applications to Amazon ECS If you were to ask any developer who has worked with containers, you find out they have used or are aware of Docker Desktop and ... 続きを読む
Docker、これまでで最も深刻な cp コマンドの脆弱性CVE-2019-14271を修正
By Yuval Avrahami 11月 19, 2019 at 10:35 PM Category: Unit 42 Tags: container breakout, container escape, containers, CVE-2019-14271, Docker, exploit, vulnerability This post is also available in: English (英語) 概要 ここ数年、Docker、Podman、Kubernetesを含むさまざまなコンテナプラットフォームで、... 続きを読む
仮想サーバ、コンテナサービス、ファンクション - プログラマになりたい
2015-10-15 仮想サーバ、コンテナサービス、ファンクション 先日に続きreInventの基調講演を聞いた感想です。この1枚にAmazonが考えるLambdaの重要性が濃縮されているように思えます。 まずVirtual Machinesですが、これはEC2やElasticBeanstalkのような仮想サーバを指します。AWSの根幹を支えるサービスですね。次にContainersは、EC2 C... 続きを読む
Announcing Continuous Delivery with Docker containers | The Circle Blog
Containers are a new standard in cloud infrastructure, and Docker on CircleCI lets you build your entire CI and CD workflow with them. What’s new? You can now use all Docker functionality within our b... 続きを読む
If you run SSHD in your Docker containers, you're doing it wrong!
When they start using Docker, people often ask: "How do I get inside my containers?" and other people will tell them "Run an SSH server in your containers!" but that's a very bad practice. We will see... 続きを読む
Why you don’t need to run SSHd in your Docker containers | Docker Blog
June 26, 2014 Why you don’t need to run SSHd in your Docker containers When they start using Docker, people often ask: “How do I get inside my containers?” and people will tell them “Run an SSH server... 続きを読む