Skip to content

Commit

Permalink
Merge pull request #15 from ijnek/ijnek-localenv-display
Browse files Browse the repository at this point in the history
add back in DISPLAY env variable passthrough
  • Loading branch information
ijnek authored Apr 8, 2023
2 parents e201cdf + 8b46cac commit 2fc9bba
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions melodic/melodic-desktop-full/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions melodic/melodic-desktop/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions melodic/melodic-perception/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions melodic/melodic-robot/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions melodic/melodic-ros-base/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions melodic/melodic-ros-core/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions noetic/noetic-desktop-full/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions noetic/noetic-desktop/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions noetic/noetic-perception/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions noetic/noetic-robot/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions noetic/noetic-ros-base/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down
3 changes: 3 additions & 0 deletions noetic/noetic-ros-core/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"runArgs": [
"--privileged",
"--network=host"
Expand Down

0 comments on commit 2fc9bba

Please sign in to comment.