0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

PowerShell7のDockerコンテナサポート

Last updated at Posted at 2022-09-09

PowerShell7になってガラッとこれまでのPowerShellとは違っていて、別の名前の方が良かったのではないかと思うくらい。

PowerShell7の新機能がこちら。

  • Windows PowerShell とのサイド バイ サイドのインストールおよび実行
  • 既存の Windows PowerShell モジュールとの強化された互換性
  • 三項演算子や ForEach-Object -Parallel などの新しい言語機能
  • パフォーマンスの向上
  • SSH ベースのリモート処理
  • クロス プラットフォームの相互運用性
  • Docker コンテナーのサポート

えちょっとまって、Docker コンテナーのサポート?Windows上のPowerShellから直接Docker使えるってこと?それめちゃくちゃ便利じゃん。

ところが、そのページを探してもDockerの一言も他にはない。そしてDockerで検索してヒットするPowerShell7のドキュメントがこちら。

コンテナの中でPowerShellが使えますよという話でした。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?