Skip to content

Commit

Permalink
Merge pull request #12 from ijnek/ijnek-remove-display-configs
Browse files Browse the repository at this point in the history
Remove X11 display forwarding configs in devcontainer.json, since the…
  • Loading branch information
ijnek authored Feb 7, 2023
2 parents 7409ac6 + b552440 commit 30bf59b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 72 deletions.
6 changes: 0 additions & 6 deletions melodic/melodic-desktop-full/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions melodic/melodic-desktop/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions melodic/melodic-perception/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions melodic/melodic-robot/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions melodic/melodic-ros-base/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions melodic/melodic-ros-core/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions noetic/noetic-desktop-full/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions noetic/noetic-desktop/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions noetic/noetic-perception/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions noetic/noetic-robot/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions noetic/noetic-ros-base/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down
6 changes: 0 additions & 6 deletions noetic/noetic-ros-core/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"dockerFile": "Dockerfile",
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"runArgs": [
"--privileged",
"--network=host"
Expand Down

0 comments on commit 30bf59b

Please sign in to comment.