https://github.com/samrocketman/docker-gimp
Give me the latest stable version of GIMP regardless of my OS.
https://github.com/samrocketman/docker-gimp
Last synced: 4 months ago
JSON representation
Give me the latest stable version of GIMP regardless of my OS.
- Host: GitHub
- URL: https://github.com/samrocketman/docker-gimp
- Owner: samrocketman
- Created: 2020-04-13T09:54:36.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T07:12:02.000Z (over 5 years ago)
- Last Synced: 2025-02-24T08:13:36.312Z (over 1 year ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gimp-latest
This allows me to get the latest stable version of GIMP running from within a
docker container. I normally run an older LTS version of Ubuntu so using Docker
to get the latest version of GIMP available in Fedora.
# Prepare
make build
# Run from any directory
Save alias to your bashrc.
make install-alias
Running `gimp-latest` from any directory will cause the current directory to be
mounted within the container and GIMP to be launched.
### Alias usage
- `gimp-latest` will launch the docker container and connect to my X session.
It will mount my working directory and open GIMP.
- `gimp-latest shell` will launch the docker container, mount my working
directory and connect X session. It opens a shell instead of GIMP. However,
because an X session is available you can still launch gimp from the shell by
running `gimp`.
# Other info
Estimated size is ~600MB.
To upgrade run `make build`.