An implementation of fedit2 based on ubuntu 16.04.
178
docker pull itsfarbod/fedit2:latest
For Linux you have to use xhost on your system.
Run this command to open Xserver for incoming requests.
xhost +
Now you can run a container.
First you have to download and install XQuartz on you mac
Then run XQuartz app and navigate to Preferences>Security and make sure to enable Allow connections from from network clients.
After that you have to execute xhost + command in xterm terminal(XQuartz app).
Now you can run a container.
First you have to download and install VcXsrv Windows X Server on you Windows machine
VcXsrv Windows X Server Download Link
Run Xlaunch from the start menu and perform the initial configuration.
Now you can run a container.
docker run -it --network host -e DISPLAY=$(echo $DISPLAY) itsfarbod/fedit2:latest
You can also run your container in detach mode instead of interactive mode with the -d flag
docker run -d --network host -e DISPLAY=$(echo $DISPLAY) itsfarbod/fedit2:latest
docker run -it --network host -e DISPLAY=host.docker.internal:0 itsfarbod/fedit2:latest
You can also run your container in detach mode instead of interactive mode with the -d flag
docker run -d --network host -e DISPLAY=host.docker.internal:0 itsfarbod/fedit2:latest
docker run -it --network host -e DISPLAY=host.docker.internal:0.0 itsfarbod/fedit2:latest
You can also run your container in detach mode instead of interactive mode with the -d flag
docker run -d --network host -e DISPLAY=host.docker.internal:0.0 itsfarbod/fedit2:latest
run docker container ls -a to see your containers.
Now you can see your fedit2 containers with their IDs and names.
docker container start <container name/ID>
docker container stop <container name/ID>
docker exec -it <container name/ID> sh
docker container rm -f <container name/ID>
Content type
Image
Digest
sha256:b7538f02a…
Size
571.9 MB
Last updated
over 3 years ago
docker pull itsfarbod/fedit2