Releases: sfx101/deck
4.0.0
Important updates
- We have updated our release channel for v4.0.0 to https://github.com/deck-app/stable-releases/releases/latest
- DECK has removed its dependencies on Docker desktop, now comes standalone powered by Multipass on macOS and WSL on Windows
- 🎉 New v4 documentation https://getdeck.io/docs/
⬇️ Download for macOS
⬇️ Download for Ubuntu
⬇️ Download for Windows
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.
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.
Downloads are below
DECK 2.1.0
Please free to reach out to us at hello@get-deck.com with any feedback, we'd like to hear from you!
Post Installation checks
Before starting the app make sure you've docker running and have port 80/443 unblocked for using HTTP/HTTPS
Windows Installation
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.
Read more about the installation here: https://get-deck.com/getting-started/installation/
Download is below
DECK 2.0.1
We're very pleased to announce the rebranding of Dockerstacks to DECK!
This is one of our top priority projects right now so feel free to reach out to us at hello@get-deck.com with any feedback, we'd like to hear from you.
Post Installation checks
Before starting the app make sure you've docker running and have port 80/443 unblocked for using HTTP/HTTPS
macOS
macOS will warn about the downloaded file as it's not a signed version. To fix the problem click on the Apple logo, System Preferences > Security & Privacy > General Tab.
You should see a confirmation to allow the app to run.
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.
Download is below
DECK 2.0
We're very pleased to announce the rebranding of Dockerstacks to DECK!
This is one of our top priority projects right now so feel free to reach out to us at hello@get-deck.com with any feedback, we'd like to hear from you.
Post Installation checks
Before starting the app make sure you've docker running and have docker-compose installed
macOS
macOS will warn about the downloaded file as it's not a signed version. To fix the problem click on the Apple logo, System Preferences > Security & Privacy > General Tab.
You should see a confirmation to allow the app to run.
Download is below
DockerStacks 1.4.0
Revamped UX, added features for advanced image settings, includes more images out of the box
Post Installation checks
Before starting the app make sure you've docker running and have docker-compose installed
macOS
macOS will warn about the downloaded file as it's not a signed version. To fix the problem click on the Apple logo, System Preferences > Security & Privacy > General Tab.
You should see a confirmation to allow the app to run.
Download is below ...
DockerStacks 1.3.0
Major updates in the UX, added help notes
Post Installation checks
Before starting the app make sure you've docker running and have docker-compose installed
MacOS
MacOS will warn about the downloaded file as it's not a signed version. To fix the problem click on the Apple logo, System Preferences > Security & Privacy > General Tab.
You should see a confirmation to allow the app to run.
DockerStacks 1.2.2
Minor changes in design and few bug fixes
Post Installation checks
Before starting the app make sure you've docker running and have docker-compose installed
MacOS
MacOS will warn about the downloaded file as it's not a signed version. To fix the problem click on the Apple logo, System Preferences > Security & Privacy > General Tab.
You should see a confirmation to allow the app to run.
DockerStacks 1.2.1
Fixed issue with stack rebuild
Post Installation checks
Before starting the app make sure you've docker running and have docker-compose installed
MacOS
MacOS will warn about the downloaded file as it's not a signed version. To fix the problem click on the Apple logo, System Preferences > Security & Privacy > General Tab.
You should see a confirmation to allow the app to run.
DockerStacks 1.2.0
Custom domains with ssl support added
Post Installation checks
Before starting the app make sure you've docker running and have docker-compose installed
MacOS
MacOS will warn about the downloaded file as it's not a signed version. To fix the problem click on the Apple logo, System Preferences > Security & Privacy > General Tab.
You should see a confirmation to allow the app to run.
Linux
Follow the instructions here (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user) to run docker without root privileges. DockerStacks requires docker to run without the "sudo" command.