Dockerized HeidiSQL (wine)
Run the following command
docker run -it --rm \
--name heidisql \
--user=$USER \
--env="DISPLAY" \
-e "WINEPREFIX=/home/$USER/.wine32" \
--workdir="/home/$USER" \
--volume="/home/$USER:/home/$USER" \
--volume="/etc/group:/etc/group:ro" \
--volume="/etc/passwd:/etc/passwd:ro" \
--volume="/etc/shadow:/etc/shadow:ro" \
--volume="/etc/sudoers.d:/etc/sudoers.d:ro" \
-v /etc/machine-id:/etc-machine-id:ro \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
-v /etc/localtime:/etc/localtime:ro \
--hostname docker-heidisql \
tsari/heidisql
Content type
Image
Digest
sha256:68b9f8f26…
Size
210.4 MB
Last updated
almost 11 years ago
docker pull tsari/heidisql