docker 学习操作记录 2
记录2
[BEGIN] // ::
Connecting to 192.168.114.130:...
Connection established.
To escape to local shell, press Ctrl+Alt+]. Welcome to Ubuntu 16.04. LTS (GNU/Linux 4.15.--generic x86_64) * Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage * Overheard at KubeCon: "microk8s.status just blew my mind". https://microk8s.io/docs/commands#microk8s.status 个可升级软件包。
个安全更新。 New release '18.04.3 LTS' available.
Run 'do-release-upgrade' to upgrade to it. *** 需要重启系统 ***
Last login: Wed Dec :: from 192.168.114.1
Welcome to Ubuntu 16.04. LTS (GNU/Linux 4.15.--generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
* Overheard at KubeCon: "microk8s.status just blew my mind".
https://microk8s.io/docs/commands#microk8s.status
个可升级软件包。
个安全更新。
New release '18.04.3 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
*** 需要重启系统 ***
Last login: Wed Dec :: from 192.168.114.1
root@coder:~# whoami
root
root@coder:~# ls
root@coder:~#
root@coder:~#
root@coder:~# su - coder
-->@coder:~$ ls
code examples.desktop 公共的 模板 视频 图片 文档 下载 音乐 桌面
-->@coder:~$
-->@coder:~$
-->@coder:~$ pwd
/home/coder
-->@coder:~$ cd ..
-->@coder:/home$ ls
coder
-->@coder:/home$ cd coder
-->@coder:~$ ls
code examples.desktop 公共的 模板 视频 图片 文档 下载 音乐 桌面
-->@coder:~$ mkdir myninx
-->@coder:~$ cd myninx/
-->@coder:~/myninx$ ls
-->@coder:~/myninx$ touch Dockerfile
-->@coder:~/myninx$ ls
Dockerfile
-->@coder:~/myninx$ FROM nginx
FROM:未找到命令
-->@coder:~/myninx$ ls
Dockerfile
-->@coder:~/myninx$
-->@coder:~/myninx$ vim Dockerfile FROM nginx
FROM nginx
RUN echo '<h1> hello, Docker1<h1>' > /usr/share/nginx/html/index.html
~
~
~
~
~
~
"Dockerfile" 2L, 81C 已写入
-->@coder:~/myninx$ docker search redis
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.40/images/search?limit=25&term=redis: dial unix /var/run/docker.sock: connect: permission denied
-->@coder:~/myninx$ sudo docker search redis
[sudo] coder 的密码:
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
redis Redis is an open source key-value store that… [OK]
bitnami/redis Bitnami Redis Docker Image [OK]
sameersbn/redis [OK]
grokzen/redis-cluster Redis cluster 3.0, 3.2, 4.0 & 5.0
rediscommander/redis-commander Alpine image for redis-commander - Redis man… [OK]
kubeguide/redis-master redis-master with "Hello World!"
redislabs/redis Clustered in-memory database engine compatib…
arm32v7/redis Redis is an open source key-value store that…
oliver006/redis_exporter Prometheus Exporter for Redis Metrics. Supp…
redislabs/redisearch Redis With the RedisSearch module pre-loaded…
webhippie/redis Docker images for Redis [OK]
s7anley/redis-sentinel-docker Redis Sentinel [OK]
insready/redis-stat Docker image for the real-time Redis monitor… [OK]
bitnami/redis-sentinel Bitnami Docker Image for Redis Sentinel [OK]
redislabs/redisgraph A graph database module for Redis [OK]
arm64v8/redis Redis is an open source key-value store that…
redislabs/redismod An automated build of redismod - latest Redi… [OK]
centos/redis--centos7 Redis in-memory data structure store, used a…
circleci/redis CircleCI images for Redis [OK]
frodenas/redis A Docker Image for Redis [OK]
runnable/redis-stunnel stunnel to redis provided by linking contain… [OK]
tiredofit/redis Redis Server w/ Zabbix monitoring and S6 Ove… [OK]
wodby/redis Redis container image with orchestration [OK]
xetamus/redis-resource forked redis-resource [OK]
cflondonservices/redis Docker image for running redis
-->@coder:~/myninx$ sudo docker search mysql
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
mysql MySQL is a widely used, open-source relation… [OK]
mariadb MariaDB is a community-developed fork of MyS… [OK]
mysql/mysql-server Optimized MySQL Server Docker images. Create… [OK]
centos/mysql--centos7 MySQL 5.7 SQL database server
centurylink/mysql Image containing mysql. Optimized to be link… [OK]
mysql/mysql-cluster Experimental MySQL Cluster Docker images. Cr…
deitch/mysql-backup REPLACED! Please use http://hub.docker.com/r… 41 [OK]
bitnami/mysql Bitnami MySQL Docker Image [OK]
tutum/mysql Base docker image to run a MySQL database se…
schickling/mysql-backup-s3 Backup MySQL to S3 (supports periodic backup… [OK]
prom/mysqld-exporter [OK]
linuxserver/mysql A Mysql container, brought to you by LinuxSe…
centos/mysql--centos7 MySQL 5.6 SQL database server
circleci/mysql MySQL is a widely used, open-source relation…
mysql/mysql-router MySQL Router provides transparent routing be…
arey/mysql-client Run a MySQL client from a docker container [OK]
openshift/mysql--centos7 DEPRECATED: A Centos7 based MySQL v5. image…
yloeffler/mysql-backup This image runs mysqldump to backup data usi… [OK]
fradelg/mysql-cron-backup MySQL/MariaDB database backup using cron tas… [OK]
genschsa/mysql-employees MySQL Employee Sample Database [OK]
devilbox/mysql Retagged MySQL, MariaDB and PerconaDB offici…
ansibleplaybookbundle/mysql-apb An APB which deploys RHSCL MySQL [OK]
jelastic/mysql An image of the MySQL database server mainta…
monasca/mysql-init A minimal decoupled init container for mysql
widdpim/mysql-client Dockerized MySQL Client (5.7) including Curl… [OK]
-->@coder:~/myninx$ sudo docker search httpd
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
httpd The Apache HTTP Server Project [OK]
centos/httpd--centos7 Platform for running Apache httpd 2.4 or bui…
centos/httpd [OK]
armhf/httpd The Apache HTTP Server Project
salim1983hoop/httpd24 Dockerfile running apache config [OK]
dariko/httpd-rproxy-ldap Apache httpd reverse proxy with LDAP authent… [OK]
solsson/httpd-openidc mod_auth_openidc on official httpd image, ve… [OK]
lead4good/httpd-fpm httpd server which connects via fcgi proxy h… [OK]
manasip/httpd
itsziget/httpd24 Extended HTTPD Docker image based on the off… [OK]
dockerpinata/httpd
interlutions/httpd httpd docker image with debian-based config … [OK]
manageiq/httpd_configmap_generator Httpd Configmap Generator [OK]
appertly/httpd Customized Apache HTTPD that uses a PHP-FPM … [OK]
izdock/httpd Production ready Apache HTTPD Web Server + m…
trollin/httpd
amd64/httpd The Apache HTTP Server Project
publici/httpd httpd:latest [OK]
e2eteam/httpd
buzzardev/httpd Based on the official httpd image [OK]
manageiq/httpd Container with httpd, built on CentOS for Ma… [OK]
ppc64le/httpd The Apache HTTP Server Project
alvistack/httpd Docker Image Packaging for Apache [OK]
hypoport/httpd-cgi httpd-cgi [OK]
tugboatqa/httpd The Apache HTTP Server Project
-->@coder:~/myninx$ sudo docker search php
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
php While designed for web development, the PHP … [OK]
phpmyadmin/phpmyadmin A web interface for MySQL and MariaDB. [OK]
php-zendserver Zend Server - the integrated PHP application… [OK]
webdevops/php-nginx Nginx with PHP-FPM [OK]
webdevops/php-apache-dev PHP with Apache for Development (eg. with xd… [OK]
webdevops/php-apache Apache with PHP-FPM (based on webdevops/php) [OK]
bitnami/php-fpm Bitnami PHP-FPM Docker Image [OK]
phpunit/phpunit PHPUnit is a programmer-oriented testing fra… [OK]
nazarpc/phpmyadmin phpMyAdmin as Docker container, based on off… [OK]
thecodingmachine/php General-purpose ultra-configurable PHP images [OK]
circleci/php CircleCI images for PHP
phpdockerio/php72-fpm PHP 7.2 FPM base container for PHPDocker.io. [OK]
adrianharabula/php7-with-oci8 Latest PHP 7.1 with apache and Oracle oci8 [OK]
bitnami/phpmyadmin Bitnami Docker Image for phpMyAdmin [OK]
phpdockerio/php7-fpm PHP FPM base container for PHPDocker.io. [OK]
devilbox/php-fpm PHP-FPM Docker images based on original PHP …
graze/php-alpine Smallish php7 alpine image with some common … [OK]
phpdockerio/php56-fpm PHP 5.6 FPM base container for PHPDocker.io [OK]
appsvc/php Azure App Service php dockerfiles [OK]
phpdockerio/php71-fpm PHP 7.1 FPM base container for PHPDocker.io. [OK]
phpdockerio/php72-cli PHP 7.2 CLI base container for PHPDocker.io. [OK]
phpdockerio/php7-cli PHP CLI base container image for PHPDocker… [OK]
phpdockerio/php71-cli PHP 7.1 CLI base container for PHPDocker.io. [OK]
phpdockerio/php56-cli PHP 5.6 CLI base container for PHPDocker.io … [OK]
isotopab/php Docker PHP [OK]
-->@coder:~/myninx$ sudo docker search tomcat
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
tomcat Apache Tomcat is an open source implementati… [OK]
tomee Apache TomEE is an all-Apache Java EE certif… [OK]
dordoka/tomcat Ubuntu 14.04, Oracle JDK and Tomcat base… [OK]
bitnami/tomcat Bitnami Tomcat Docker Image [OK]
kubeguide/tomcat-app Tomcat image for Chapter
consol/tomcat-7.0 Tomcat 7.0., , "admin/admin" [OK]
cloudesire/tomcat Tomcat server, // [OK]
aallam/tomcat-mysql Debian, Oracle JDK, Tomcat & MySQL [OK]
tutum/tomcat Base docker image to run a Tomcat applicatio…
arm32v7/tomcat Apache Tomcat is an open source implementati…
rightctrl/tomcat CentOS , Oracle Java, tomcat application ssl… [OK]
maluuba/tomcat7-java8 Tomcat7 with java8.
arm64v8/tomcat Apache Tomcat is an open source implementati…
amd64/tomcat Apache Tomcat is an open source implementati…
oobsri/tomcat8 Testing CI Jobs with different names.
camptocamp/tomcat-logback Docker image for tomcat with logback integra… [OK]
i386/tomcat Apache Tomcat is an open source implementati…
99taxis/tomcat7 Tomcat7 [OK]
ppc64le/tomcat Apache Tomcat is an open source implementati…
secoresearch/tomcat-varnish Tomcat and Varnish 5.0 [OK]
picoded/tomcat7 tomcat7 with jre8 and MANAGER_USER / MANAGER… [OK]
s390x/tomcat Apache Tomcat is an open source implementati…
jelastic/tomcat An image of the Tomcat Java application serv…
appsvc/tomcat
cfje/tomcat-resource Tomcat Concourse Resource
-->@coder:~/myninx$ sudo docker search node
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
node Node.js is a JavaScript-based platform for s… [OK]
mongo-express Web-based MongoDB admin interface, written w… [OK]
nodered/node-red-docker Deprecated - older Node-RED Docker images. [OK]
selenium/node-chrome [OK]
prom/node-exporter [OK]
selenium/node-firefox [OK]
circleci/node Node.js is a JavaScript-based platform for s…
readytalk/nodejs Node.js based off the official Debian Wheezy… [OK]
kkarczmarczyk/node-yarn Node docker image with yarn package manager … [OK]
digitallyseamless/nodejs-bower-grunt Node.js w/ Bower & Grunt Dockerfile for tru… [OK]
bitnami/node Bitnami Node.js Docker Image [OK]
iron/node Tiny Node image
calico/node [OK]
appsvc/node Azure App Service Node.js dockerfiles [OK]
centos/nodejs--centos7 Platform for building and running Node.js …
cusspvz/nodedocker 学习操作记录 2的更多相关文章
- docker 学习操作记录 5-2
记录5-2 root@53d0a643a2c7:/# quit bash: quit: command not found root@53d0a643a2c7:/# exit exit -->@ ...
- docker 学习操作记录 5
记录5 * Overheard at KubeCon: "microk8s.status just blew my mind". https://microk8s.io/docs/ ...
- docker 学习操作记录 5-1
记录5-1 [BEGIN] // :: Connecting to ... Connection established. To escape to local shell, press Ctrl+A ...
- docker 学习操作记录 4
记录3 [BEGIN] // :: Connecting to ... Connection established. To escape to local shell, press Ctrl+Alt ...
- docker 学习操作记录 1
记录1 Xshell (Build ) Copyright (c) NetSarang Computer, Inc. All rights reserved. Type `help' to learn ...
- docker 学习操作记录 3
记录3 [BEGIN] // :: Last :: from 192.168.114.1 root@coder:~# man addgroup ADDUSER() System Manager's M ...
- Docker学习要点记录
Docker的架构和底层技术: 1.docker提供了一个开发,打包,运行app的平台2.把APP和底层infrastructure隔离开来 docker底层技术支持: 1>Namespaces ...
- Docker 学习之镜像导入导出及推送阿里云服务器(三)
在前面两节里主要就是记录一些docker的基本的操作,包括搜索镜像,拉取镜像,根据镜像创建容器等等,在这一节主要就是记录Docker对于镜像文件的导入导出,及推送到阿里云再从阿里云获取镜像. 一.镜像 ...
- Docker学习(四): 操作容器
特别声明: 博文主要是学习过程中的知识整理,以便之后的查阅回顾.部分内容来源于网络(如有摘录未标注请指出).内容如有差错,也欢迎指正! =============系列文章============= 1 ...
随机推荐
- Git本地有未提交文件,直接拉取远端最新版本
git pull = git fetch + git merge 1.修改不同的文件: 用户D和用户L在本地提交中修改了不同的文件,如果用户D将改动推送到服务器后,用户L再推送就会遇到非快进式推送错误 ...
- np.broadcast_to()的函数使用及维度增加的表达
import numpy as npanchors=np.ones((2,3))anchor = np.broadcast_to(anchors, (5,)+anchors.shape) # 标红字体 ...
- python高级编程——入门语法(一)
元类 在python中一切皆对象,类也是对象,只不过类是一个创建对象的对象,我们可以在类中动态的创建一个类,比如 def func(name): if name == "Plane" ...
- vim操作:打开多个文件、同时显示多个文件、在文件之间切换
打开多个文件: 1.vim还没有启动的时候: 在终端里输入 vim file1 file2 ... filen 便可以打开所有想要打开的文件 2.vim已经启动 输入 :open file 可以再打开 ...
- Odoo treeView列表视图详解
转载请注明原文地址:https://www.cnblogs.com/ygj0930/p/10826414.html TreeView:列表视图 1:<tree>标签的属性 [tree标签内 ...
- springboot easypoi 报错The bean 'beanNameViewResolver', defined in class path resource [cn/afterturn/e
事故现场: The bean 'beanNameViewResolver', defined in class path resource [cn/afterturn/easypoi/configur ...
- python测试开发django-69.templates模板过滤器filter
前言 templates 模板里面过滤器 filter 的作用是对变量的出来,比如小写转大写,替换一些特殊字符,对列表取值,排序等操作. 内置的过滤器有很多,本篇拿几个常用的过滤器做案例讲解下相关的功 ...
- maven 配置参数详解
引自:搬砖工的奋斗史www.cnblogs.com/laobiao/p/5589025.html <project xmlns="http://maven.apache.org/POM ...
- NOIP 2015 推销员
洛谷 P2672 推销员 洛谷传送门 JDOJ 2994: [NOIP2015]推销员 T4 JDOJ传送门 Description 阿明是一名推销员,他奉命到螺丝街推销他们公司的产品.螺丝街是一条死 ...
- $('xx')[0].files[0]
①首先得明白jQuery对象只能使用jQuery对象的属性和方法,JavaScript对象只能使用JavaScript对象的属性和方法: ②files[0]是JavaScript的属性: ③$('xx ...