Docker

Docker details and FAQ

RunCloud Docker Containers
RunCloud is excited to announce a new server type known as containerized servers which takes advantage of the widely-known Docker technology.  In this know...
Wed, 7 Dec, 2022 at 1:22 PM
What is Docker?
Using Docker makes it possible to create, distribute, and run apps independently of your host infrastructure or local infrastructure. In short, it’s a platf...
Wed, 7 Dec, 2022 at 1:22 PM
What is the difference between Native and Docker installation(containerized)?
Native Installation Docker Installation Every software will be installed (Nginx, PHP, MariaDB, Redis, beanstalkd) to make RunCloud work. Their st...
Wed, 7 Dec, 2022 at 1:22 PM
How to deploy Docker with RunCloud
Adding your server to RunCloud with Docker can be done on the Server screen. Step 1: Click on Connect a New Server Step 2: Choose the server provider ...
Thu, 8 Dec, 2022 at 11:38 AM
Why should I choose to use containerized instead of native inside RunCloud?
Here are a few reasons why you should use containerized inside RunCloud: Better Security If a site is hacked, inside of native RunCloud, the hacker m...
Wed, 7 Dec, 2022 at 1:23 PM
Why containerized server using host instead of localhost or 127.0.0.1
You can use localhost or 127.0.0.1 when installing stuff to imply that "it is inside this server." However, those values on a containerized server...
Wed, 7 Dec, 2022 at 1:23 PM
Why use rc-shell instead of common shell in system user?
RunCloud installations natively using the Bash shell (common shell), giving users access to any OS-installed software. RunCloud applies facl rules during na...
Wed, 7 Dec, 2022 at 1:23 PM
How does rc-shell function as a root?
Every PHP installation can be called directly for root. The server's internal PHP-CLI is referred to as "PHP" in native installations, and the...
Wed, 7 Dec, 2022 at 1:23 PM
Is there any limitation on bash shell on the containerized server?
When using the bash shell on the containerized server, there are several restrictions. Bash shell cannot do php artisan cache:clear or composer install beca...
Wed, 7 Dec, 2022 at 1:23 PM
What happens if I run php, composer and wp commands in Docker?
Since Docker should be running only as a root/docker group, if a user runs those 3 commands outside of those scopes, it will spit out an error message.
Wed, 7 Dec, 2022 at 1:24 PM