App – Arukas ARUKAS is DOCKER CONTAINER HOSTING Sat, 01 Jul 2017 06:46:02 +0000 en-US hourly 1 https://wordpress.org/?v=4.8.1 I can start privileged container? /en/help-en/run-privileged-en/ /en/help-en/run-privileged-en/#respond Tue, 07 Feb 2017 06:45:15 +0000 /?p=1444 Continue reading "I can start privileged container?"]]> Arukas only supports non-privileged containers. Also, do not have future plan to support to privileged containers.

Arukas is a shared hosting service that shares server resources with other customers. Docker container operating with privileged will be able to access other containers on the same host. Also, as with processes running outside the container on the same host, it will be possible to execute the process with the privileges of the host, so it is technically impossible to secure the security of the customer application.

]]>
/en/help-en/run-privileged-en/feed/ 0
What is CMD /en/help-en/cmd-en/ /en/help-en/cmd-en/#respond Tue, 07 Feb 2017 05:06:39 +0000 /?p=1434 Continue reading "What is CMD"]]> On the controll panel, the CMD is command or option. (note: This is not an input form for the docker run command.)

On the control panel, the CMD that can be set for the application is equivalent to the docker run –cmd option.

You can override that Docker image COMMAND(CMD) instruction just by specifying a new CMD. If the image specifies ENTRYPOINT, CMD or COMMAND is added as an argument to ENTRYPOINT.

For character strings that are not interpreted normally unless they are concatenated, it is necessary to enclose the string before and after the string with single quotes (‘). The legend is shown in the table below.

ex. nginx image)

Dockerfile Control Panel
ENTRYPOINT
CMD [“nginx”, “-g”, “daemon off;”]  nginx -g ‘daemon off;’
]]>
/en/help-en/cmd-en/feed/ 0
What is Endpoint /en/help-en/endpoint-en/ /en/help-en/endpoint-en/#respond Tue, 20 Sep 2016 07:01:11 +0000 /?p=1376 Continue reading "What is Endpoint"]]> Instance IP Address is dynamic IP address.
When an instance needs to be rebooted for some reasons, its port are change. Can not always use the same port.

but, Endpoint URL is always the same.
Always-on connection it is supposed to be through the Endpoint.

Endpoint URL is mapped to the first port only.

ex:
port#1: 3456 <= mapped to Endpoint
port#2: 80
port#3: 443

Endpoint need all port opened after endpoint enabled.

EndPoint URL is HTTP backend support. (TCP/UDP not suppoted.)
This is intended to be used in a web server and API Server.

Entity of Endpoint is a load balancer. This will load balance the communication of multiple back-end instance automatically.

All of the instances automatically get rebooted almost every week, The average life span of the ip address and port is one week. Sometimes it changes in one day.

]]>
/en/help-en/endpoint-en/feed/ 0
How can I update Docker image? /en/help-en/how-does-latest-docker-image-pull-en/ /en/help-en/how-does-latest-docker-image-pull-en/#respond Mon, 19 Sep 2016 16:22:36 +0000 /?p=1361 Continue reading "How can I update Docker image?"]]> Arukas won’t necessarily update the Docker image unless you specify that with a new tag.

It is good practice to uniquely tag each Docker image. A common way of generating tags is to use the SHA-1 of the commit that it was built from or set the x.y.z format version.

Alternatively, if you prefer to use some fixed tag (Ex. “latest”), you can do so with a dummy environment (ENV) key value in Arukas control panel, which pulls the latest Docker image forcibly and replace the old one.

]]>
/en/help-en/how-does-latest-docker-image-pull-en/feed/ 0
Can not open the tun/tap device for my app? /en/help-en/non-support-tun-tap-device-en/ /en/help-en/non-support-tun-tap-device-en/#respond Sat, 17 Sep 2016 06:23:05 +0000 /?p=1356 Arukas Instance is non-privileged Docker container.
Non-privileged container is a non-support of the tun/tap device.

]]>
/en/help-en/non-support-tun-tap-device-en/feed/ 0
Can I ssh into a container running on Arukas? /en/help-en/help-ssh-login-en/ /en/help-en/help-ssh-login-en/#respond Mon, 06 Jun 2016 07:25:20 +0000 /?p=1001 You can create your own Docker image which let you ssh into a container.

The Docker.inc official Ubuntu/CentOS images uploaded on Dockerhub does not offer some functionality which can be run as SSH server as a default.

To build some Docker image which can run SSH server, you can refer to the official documentation.

]]>
/en/help-en/help-ssh-login-en/feed/ 0
Can I upload and build a Dockerfile on Arukas? /en/help-en/help-dockerfile-upload-en/ /en/help-en/help-dockerfile-upload-en/#respond Mon, 06 Jun 2016 07:21:42 +0000 /?p=999 Arukas can handle only public Docker images uploaded on Docker hub; You can not upload Dockerfile directly on Arukas.

]]>
/en/help-en/help-dockerfile-upload-en/feed/ 0
Configuration with ––link option /en/help-en/help-link-option-en/ /en/help-en/help-link-option-en/#respond Fri, 27 May 2016 06:19:05 +0000 /?p=521 We do not support --link option at the moment not as officially supported by Docker.

]]>
/en/help-en/help-link-option-en/feed/ 0
Application does not start /en/help-en/help-app-start-en/ /en/help-en/help-app-start-en/#respond Fri, 27 May 2016 05:53:39 +0000 /?p=503 Continue reading "Application does not start"]]> Please check your application settings again.

Application is forced to stop within 15 minutes by incorrect setups.

bootup_error_status

 

Please make sure that

  • your image name and tags are set correctly; otherwise your application might not be up and run.
  • a proper port is opened; otherwise your running server may not work as you expect.
  • properties specified for your application such as “CMD” and “ENV” are set correctly.
  • Your application memory size is sufficient size that? Would be exceeded the memory size of the application bootup, there may be the app does not bootup normally.

※ Arukas supports only the public Docker Image of Docker Hub. Private Docker Images are not supported.

]]>
/en/help-en/help-app-start-en/feed/ 0
Recommended web browser /en/help-en/help-browser-en/ /en/help-en/help-browser-en/#respond Fri, 27 May 2016 05:45:41 +0000 /?p=499 Continue reading "Recommended web browser"]]> We’ve designed Arukas to work with most web browsers.
We recommend that you always should use the current version of browsers below to make sure that our web pages display quickly, and that you have the latest security updates.

  • Chrome / Safari / Firefox / Microsoft Edge
  • Internet Explorer greater than 10

If you use older browsers, you might notice that some functions and features stop working as we make upgrades to Arukas.

]]>
/en/help-en/help-browser-en/feed/ 0