3.0.0
DECK v3 is here!
What's new?
- Has a highly extendable structure now, take a look at all our public docker images here https://github.com/deck-app/
- Enhanced integrated terminal to scale properly on all screens
- Enhanced Marketplace UX for installing apps easily with the click of a button
- Improved DECK flights to easily share your local app with co-workers
- Automatic updates
- And many more ...
Installation on macOS (intel)
No additional software is needed other than Docker
Installation on macOS (apple M1 / silicon)
Docker Desktop for Mac on Apple silicon is now available as a GA release (https://docs.docker.com/desktop/mac/apple-silicon/).
No additional software is needed other than Docker for M1
Installation on Windows
- Windows defender will warn you about an unsigned version, also your antivirus might flag it for the same. You may ignore the warning and proceed to installation. We build our windows app on the Azure platform so it's safe from malware and viruses.
- For the latest Windows 10 builds Docker needs WSL (Windows Subsystem for Linux) 2, follow the instructions on the screen to download and install WSL 2.
Installation on Ubuntu linux
Install via terminal (recommended)
curl https://raw.githubusercontent.com/sfx101/deck-for-linux/main/install.sh | sh
**Install manually
Make sure you've docker and docker-compose installed & configured for rootless access, read more here https://docs.docker.com/engine/security/rootless/
Download the latest release of the DECK app, install & then run the following commands to give the app access binding to ports 80 & 443.
sudo setcap 'cap_net_bind_service=+eip' /opt/DECK/deck
sudo sh -c "echo '/opt/DECK/' >> /etc/ld.so.conf.d/deck.conf"
sudo ldconfig
Post Installation checks
Before starting DECK make sure you've docker (https://www.docker.com/products/docker-desktop) installed and running, have port 80/443 unblocked for using Auto SSL
Need help? Feel free to create an issue or reach out to us at hello@get-deck.com. We'd love to hear from you.