Browsing tag

docker

Create your Web office with Nextcloud and ONLYOFFICE

The web office is a great way to work and collaborate with your team having a choice about where and when to work. This tutorial describes how to build a private web office with Nextcloud and ONLYOFFICE to manage, edit and collaborate the documents in real time. Both open source and self-hosted these tools provide advanced […]

How To Install Docker on Ubuntu 18.04 / Ubuntu 18.10 / Ubuntu 19.04

Docker is an open-source container software that helps to deploy, run applications in a container. The containers are similar to a virtual machine but consume fewer resources, easier to manage and will always run the same regardless of operating system environment it is running in. Docker uses cgroups and namespace to allow the independent containers […]

How to Remove Docker Images and Containers

In our earlier articles, we saw how to install Docker engine on CentOS 7 / RHEL 7 / Ubuntu 16.04, and  Debian 9. As part of that, we run containers by pulling images from Docker Hub. READ: How to install Docker Engine on CentOS 7 / RHEL 7 READ: How to install Docker Engine on […]

How To Install Docker on Debian 9

  Docker is a free and open-source containerization software that helps to deploy, run applications in a container. The containers are similar to a virtual machine but consume fewer resources, easy to manage and can run anywhere regardless of the operating environment it is running in. Docker uses cgroups and namespace to allow the independent […]