DockStation is the Docker GUI you've been waiting for

2 years ago 352

If you're looking for a Docker instrumentality to instrumentality your improvement to next-level efficiency, Jack Wallen believes DockStation mightiness beryllium precisely what you need.

docker logo drawing

Image: o_m/Shutterstock

How bash you negociate your Docker projects? Do you opt to marque usage of 1 of the galore web-based GUIs? Or possibly the command-line is your jam? What if I told you determination was a GUI instrumentality that blows the contention away, helping you to physique elemental oregon highly analyzable Docker projects with comparative easiness (because, it's inactive containers, truthful there's ever going to beryllium a definite level of difficulty)?

SEE: Kubernetes: A cheat expanse (free PDF) (TechRepublic)

That instrumentality is DockStation and it's 1 of the astir well-crafted Docker tools I've utilized to date. With DockStation you can:

  • Work with section oregon distant containers and services.
  • Work Docker Compose (and usage your previously-crafted Docker manifests).
  • Monitor stats, ports and logs.
  • Create projects with a azygous click.
  • Use a GUI successful spot of astir of the much fashionable Docker commands.
  • Use a built-in parser.
  • Drag and driblet images to usage successful projects.
  • Organize containers wrong the GUI to amended visualize your project.

Although DockStation won't clasp your manus done the process, if you recognize however Docker instrumentality deployments work, you should person perfectly nary occupation getting up to velocity rapidly with this tool.

For individuals and startups, DockStation is escaped to usage and tin beryllium installed connected Linux, macOS, and Windows. It does necessitate the following:

  • On Linux—Docker v1.10.0+, Docker Compose v1.6.0+, Ubuntu 14.04LTS oregon 16.04 LTS (However, I person it moving connected Pop!_OS 20.10), CentOS 7.1/7.2, oregon SUSE Linux Enterprise 12.
  • macOS—Docker v1.12.0+, Docker Compose 1.6.0+, macOS 10.11.
  • Windows—Docker v1.12.0+, Docker Compose v1.6.0+, and Windows 10 Pro.

I'm going to amusement you however to instal and usage DockStation connected Pop!_OS.

SEE: From commencement to finish: How to deploy an LDAP server (TechRepublic Premium)

What you'll request

You tin instal DockStation connected immoderate level you use, but you volition request Docker installed and a idiosyncratic who belongs to the Docker group. On Linux, you'll request a idiosyncratic with sudo privileges for the installation.

How to instal DockStation

Head implicit to the DockStation download leafage and download the installer for UbuntuDebian (all different distros volition person to usage the AppImage). Save that record to your ~/Downloads directory. Once the record has been downloaded, unfastened a terminal model and alteration into that directory with:

cd ~/Downloads

Install DockStation with:

sudo dpkg -i dockstation*.deb

The installation volition astir apt mistake retired with dependency issues. Should that occur, hole the occupation with:

sudo apt-get instal -f

Once the installation completes, you're acceptable to motorboat the app. Also, if you're having occupation with the Docker Compose installation, cheque retired How to usage the docker-compose command.

How to make a task with DockStation

After DockStation launches, it should automatically link to the Docker work and you're acceptable to go. Click the Add caller task fastener (Figure A).

Figure A

dockstationa.jpg

The archetypal DockStation surface makes it elemental to make your archetypal project.

Once you've named your project, you'll find yourself connected the task model (Figure B), wherever you tin commencement building.

Figure B

dockstationb.jpg

We've created a caller task called TR TEST and are acceptable to adhd images.

In the mediate column, you'll find respective images you tin usage to commencement gathering your project. If you don't find what you're looking for listed, contented a search. For example, the NGINX representation isn't automatically listed. A speedy hunt reveals the image, which tin past beryllium dragged to the task pane connected the close side. After dragging an representation to the close side, you'll beryllium asked to prime which mentation of the representation to propulsion (Figure C).

Figure C

dockstationc.jpg

Select the mentation of NGINX to propulsion down.

Select the mentation you privation and click OK. After the representation is pulled, it'll amusement up successful the physique pane. Keep adding the images you request for the task and, erstwhile you're ready, you tin click the config fastener for each container. Let's marque a fewer speedy changes to the NGINX container. Click the config fastener and then, successful the PORTS tab, alteration the section larboard to 8080 (Figure D). 

Figure D

dockstationd.jpg

Changing the section larboard for the NGINX container.

Click OK and then, backmost successful the SCHEME tab, click the restart fastener for the NGINX container. If you past click the Ports tab, you'll spot the disposable LAN-facing larboard that volition let you to entree the moving instrumentality (Figure E).

Figure E

dockstatione.jpg

The outer larboard for our NGINX container.

Click the terminal icon successful the ports listing and a terminal model volition open, wrong the NGINX container. Here you tin statesman processing the instrumentality to conscionable your circumstantial needs. Just marque sure, erstwhile you're done working, that you exit from the terminal with the exit bid (and not conscionable closing the terminal with the model button), different an mistake volition occur.

To get into the muck and mire of processing your containers, click backmost to the Projects model and past click the EDITOR tab. Here (Figure F), you tin manually edit the YAML record for the container.

Figure F

dockstationf.jpg

Editing the NGINX instrumentality YAML file.

If you marque changes to the YAML file, marque definite to click RESTART. 

And that's however you get started with DockStation. This desktop GUI Docker instrumentality tin assistance instrumentality your Docker developer skills to the adjacent level. Although it mightiness not beryllium the champion instrumentality for Docker beginners, it's surely 1 of the champion you find to assistance marque your Docker projects amended organized and much efficient.

Subscribe to TechRepublic's How To Make Tech Work connected YouTube for each the latest tech proposal for concern pros from Jack Wallen.

Developer Essentials Newsletter

From the hottest programming languages to the jobs with the highest salaries, get the developer quality and tips you request to know. Weekly

Sign up today

Also spot

Read Entire Article