LoginSignup
0
0

docker and vscode not visual studio code, docker(139)

Last updated at Posted at 2019-05-03

#microsoft
Visual Studio のコンテナー ツール
https://docs.microsoft.com/ja-jp/visualstudio/containers/?view=vs-2019

Docker ツールと Kubernetes ツール、およびコンテナー ベースの開発プロジェクトを管理するための Azure サービスについて説明します。

Quickstart: Docker in Visual Studio
https://docs.microsoft.com/ja-jp/visualstudio/containers/container-tools?view=vs-2019

チュートリアル: NET Core アプリのコンテナー化
https://docs.microsoft.com/ja-jp/dotnet/core/docker/build-container

vscode on docker

Ubuntu / DebianにコマンドでVSCode (Visual Studio Code) をインストールする方法
https://www.karelie.net/ubuntu-debian-command-install-vscode/

visual studio code on ubuntu

簡単にUbuntuにVSCode (Visual Studio Code) をインストールする方法
https://www.karelie.net/install-vscode-ubuntu/

Ubuntu 18.10にVisual Studio Codeをインストールする
http://note.kurodigi.com/ubuntu1810-code/

Dockerコンテナ内でVSCodeを起動する(Ubuntu)
https://qiita.com/kanosawa/items/0c83f8d8eaaa4a72e1cd

docker gcc

gcc
https://hub.docker.com/_/gcc/

$ docker run -it gcc /bin/bash

docker上で

$ apt update
# apt upgrade
# apt install clang

docker gcc(g++) and llvm(clang++)
https://qiita.com/kaizen_nagoya/items/059874ea39c4de64c0f7

apt-get install llvm, apt-get instll clang
https://researchmap.jp/jo206c93q-1797580/?lang=japanese

Ubuntu 18.04.1 desktop にclangをインストール
http://mojelder.hatenablog.com/entry/clang01

X windows on docker

参考資料(reference)

VSCodeでのPythonのデバッグと、Dockerコンテナ環境に接続してリモートデバッグする方法
https://qiita.com/Ryuichirou/items/6327ab5012ca1729d72f

Docker × Visual Studio CodeでPHP開発【デバッグ実行】
https://qiita.com/MasanoriIwakura/items/a310c75e6c5b347adf37

Docker用VS Code拡張機能の使い方 Angular7のコンテナ化
https://qiita.com/SOhtsu/items/32c0df5820e039c8c0f6

最後までおよみいただきありがとうございました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

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