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?

Doker python 開発環境設定

Posted at

cdで目的のpyファイルのある場所に移動
以下でdoker起動 
仮想フォルダと本体のhomeフォルダにマウント
cdで仮想のhomeに移動
sudo docker container run --user=$(id -u $USER):$(id -g $USER) --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --interactive --tty --mount "type=bind,source=$(pwd),target=/home" py-ubuntu:commit bash

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?