Server·Host
Which is the best cloud storage server in 2019?Gaiahub? XOR Drive, Azure?or AWS ?
ReplyQuestions • dacre posted a question • 1 users followed • 0 replies • 2136 views • 2019-06-03 00:48
Is it still really slow doing live mount of the source code directory in e.g. docker for mac?
Questions • aaron replied • 4 users followed • 3 replies • 2266 views • 2019-03-21 19:44
Hello - any recommendations on libraries for authentication implementation that involves JWT / Refresh tokens
Questions • maher replied • 3 users followed • 2 replies • 2043 views • 2019-03-19 17:22
How to backup your whole website program on centos7 and nginx server as soon as possible?Just follow this step by step tutorial
Others • Luboff posted the article • 1 comments • 1334 views • 2019-03-11 22:17
Step 2. My website program folder in /user/local/openresty/ningx/html/. So I typed this command in my terminal .If you use
nginx and apache , just make sure your folder dirctory is correct.tar -zcvf html.tar.gz /usr/local/openresty/nginx/html/*
step 3. your server would begin to backup automatically ,keep wait until terminal show hashtag # again. And then you would find html.tar.gz in your server root directory
step 4. Now ,you can use Transmit or Yummy Ftp server tools to download to your local computer. view all
ssh root@ your.server.ip.here
Step 2. My website program folder in /user/local/openresty/ningx/html/. So I typed this command in my terminal .If you use
nginx and apache , just make sure your folder dirctory is correct.
tar -zcvf html.tar.gz /usr/local/openresty/nginx/html/*
step 3. your server would begin to backup automatically ,keep wait until terminal show hashtag # again. And then you would find html.tar.gz in your server root directory
step 4. Now ,you can use Transmit or Yummy Ftp server tools to download to your local computer.
I have got some questions regarding Google APIs (Firebase, Drive and Smart Lock).
ReplyQuestions • wincent posted a question • 1 users followed • 0 replies • 2256 views • 2019-02-25 01:40
how to clear docker unnecessary resources to give more space for memories, like unnecessary containers, unnecessary images, volumes,etc.
Others • Bobby posted the article • 0 comments • 1400 views • 2018-12-13 19:10
docker container ls:Default list containers,-a Show all containers (default shows just running)
docker image ls:Show all images (default hides intermediate images)
docker volume ls:Show all volumes.
docker network ls:Show network.
docker info:Display system-wide information.
$ docker system prune
if you wanna remove specific volumns
$ docker system prune --all --force --volumns
view all
- Check the docker used resources.
docker container ls:Default list containers,-a Show all containers (default shows just running)
docker image ls:Show all images (default hides intermediate images)
docker volume ls:Show all volumes.
docker network ls:Show network.
docker info:Display system-wide information.
$ docker system prune

if you wanna remove specific volumns
$ docker system prune --all --force --volumns
I'd like to scale and I'd advice where to look for further learning material and best practices how to do this with docker.
ReplyQuestions • hribar posted a question • 1 users followed • 0 replies • 1975 views • 2018-11-21 23:18
I have 2,000 Excel files that I need to access from one of my containers.
ReplyQuestions • briancaffey posted a question • 1 users followed • 0 replies • 2240 views • 2018-11-21 23:14
I want to use phpstorm on my local machine to work via sftp on the vps (changing files in the container volume.)
ReplyQuestions • MilanRgm posted a question • 1 users followed • 0 replies • 2402 views • 2018-11-21 23:08
What FTP Client do you guys use. I have an old WinSCP which gets the job done...
Questions • loof64 replied • 2 users followed • 1 replies • 1952 views • 2018-11-21 17:46
has anyone here ever ran sonatype/nexus on a docker container?
ReplyQuestions • Benny posted a question • 1 users followed • 0 replies • 2248 views • 2018-11-13 22:29
does anyone know what I need to do to re-generate whatever id its using there?
ReplyQuestions • Dmitry posted a question • 1 users followed • 0 replies • 2163 views • 2018-11-13 22:28
Hello, I have a question about multistage builds?
ReplyQuestions • Jamie posted a question • 1 users followed • 0 replies • 2120 views • 2018-10-20 01:40
How can we access docker cli from inside container ?
Questions • Roman replied • 2 users followed • 1 replies • 2214 views • 2018-10-20 01:38
my network performance in a docker container is extremly slow 20 KB / s .Anyone know if this is normal ?
Questions • Roman replied • 2 users followed • 1 replies • 2118 views • 2018-10-20 01:36
I have built a docker image which generates some data which I would like to transfer to host.
Questions • Caleb replied • 2 users followed • 1 replies • 2012 views • 2018-10-20 01:33
I am building an image with WordPress and own templates. Unfortunately this takes long time, at least 5 minutes most of the time.
Questions • Roman replied • 4 users followed • 3 replies • 2477 views • 2018-10-20 01:29
if I switch NODE_ENVs and want to use a different database like mydb_production, obviously TypeORM complains
Questions • Bobby replied • 2 users followed • 1 replies • 1974 views • 2018-10-20 00:55
Failed to start Docker Application Container Engine on centos7
Questions • hans replied • 2 users followed • 1 replies • 2387 views • 2018-09-28 03:02
How to use docker start EOSIO enviroment
ReplyOthers • debris posted a question • 1 users followed • 0 replies • 2524 views • 2018-09-21 22:33
How to uninstall docker on centos7
Others • gridnic posted the article • 0 comments • 3146 views • 2018-09-21 21:28
docker.x86_64 2:1.12.6-16.el7.centos @extras
docker-client.x86_64 2:1.12.6-16.el7.centos @extras
docker-common.x86_64 2:1.12.6-16.el7.centos @extra
2. Delete all the listed files[root@localhost ~]#yum –y remove docker.x86_64
[root@localhost ~]#yum –y remove docker-client.x86_64
[root@localhost ~]#yum –y remove docker-common.x86_64
3.Delete docker image[root@localhost ~]# rm -rf /var/lib/docker
4. check out whether deleted or not[root@localhost ~]# yum list installed|grep docker If you cannot find any lists like step 1, that's mean you successfully uninstall docker.
view all
[root@localhost ~]# yum list installed|grep dockerdocker.x86_64 2:1.12.6-16.el7.centos @extras
docker-client.x86_64 2:1.12.6-16.el7.centos @extras
docker-common.x86_64 2:1.12.6-16.el7.centos @extra
2. Delete all the listed files
[root@localhost ~]#yum –y remove docker.x86_64
[root@localhost ~]#yum –y remove docker-client.x86_64
[root@localhost ~]#yum –y remove docker-common.x86_64
3.Delete docker image
[root@localhost ~]# rm -rf /var/lib/docker 4. check out whether deleted or not
[root@localhost ~]# yum list installed|grep docker If you cannot find any lists like step 1, that's mean you successfully uninstall docker.How to use docker install mysql, redis, activemq and rabbitmq.
Others • Aamir posted the article • 0 comments • 1422 views • 2018-09-21 15:35
1. Mysql
docker pull mysql:5.7
docker volume create v1
docker run -d -it --name=mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 -v v1:/var/lib/mysql --privileged mysql:5.7
2. redis
docker pull redis
docker run -d -it --name=redis -p 3306:3306 redis
3. activemq
docker run -d -it --name=activemq -p 61616:61616 -p 8161:8161 webcenter/activemq
4. rabbitmq
docker run -d -it --name=rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.7.3-management
view all
1. Mysql
docker pull mysql:5.7
docker volume create v1
docker run -d -it --name=mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 -v v1:/var/lib/mysql --privileged mysql:5.7
2. redis
docker pull redis
docker run -d -it --name=redis -p 3306:3306 redis
3. activemq
docker run -d -it --name=activemq -p 61616:61616 -p 8161:8161 webcenter/activemq
4. rabbitmq
docker run -d -it --name=rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.7.3-management
Which is the best cloud storage server in 2019?Gaiahub? XOR Drive, Azure?or AWS ?
ReplyQuestions • dacre posted a question • 1 users followed • 0 replies • 2136 views • 2019-06-03 00:48
