Skip to content

Releases: sfx101/deck

4.0.0

06 Mar 22:20
e61bb0e
Compare
Choose a tag to compare

Important updates

⬇️ Download for macOS
⬇️ Download for Ubuntu
⬇️ Download for Windows

Need help? Feel free to create an issue or reach out to us at [email protected]. We'd love to hear from you.

3.0.0

27 Feb 20:17
5c83cee
Compare
Choose a tag to compare

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

  1. 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.
  2. 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 [email protected]. We'd love to hear from you.

Downloads are below

DECK 2.1.0

16 Dec 09:13
49743d4
Compare
Choose a tag to compare

Please free to reach out to us at [email protected] 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

15 Nov 15:28
30b8bc2
Compare
Choose a tag to compare

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 [email protected] 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

08 Nov 18:50
Compare
Choose a tag to compare

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 [email protected] 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

30 May 13:24
Compare
Choose a tag to compare

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

09 May 18:22
183bcf8
Compare
Choose a tag to compare

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

27 Apr 10:51
3bd8f3b
Compare
Choose a tag to compare

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

26 Apr 08:40
3bd8f3b
Compare
Choose a tag to compare

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

25 Apr 08:45
0adce53
Compare
Choose a tag to compare

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.