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 ...
随机推荐
- [Silverlight 4] 參數的傳遞方法
Silverlight都會有一個專案叫 *.Web,有個ManagePage.aspx裝戴Silverlight元件,也是應用程式的入口 然後還會有一個專案(此處叫ManageBack),會編譯成Si ...
- 检测代码潜在bug和质量之SonarQube
参数使用 项目分析参数可以在多个地方设置,继承关系如下: 全局分析参数,通过Web UI设置,作用于所有项目(配置–>通用–>通用中设置) 项目分析参数,通过WebUI设置,覆盖全局参数( ...
- 1-RocketMq 学习 中文文档(一)
原文:https://blog.csdn.net/weixin_40533111/article/details/84451096 1.基本概念及优势 rocketmq是一个基于发布订阅队列模型的消息 ...
- 教你玩转Linux系统目录结构
Linux 内核最初只是由芬兰人林纳斯·托瓦兹(Linus Torvalds)在赫尔辛基大学上学时出于个人爱好而编写的.Linux 是一套免费使用和自由传播的类 Unix 操作系统,是一个基于 POS ...
- ES6 模块(八)
在node环境中运行需要使用babel命令将ES6代码转换为ES5代码再执行相关文件使用命令直接将src目录下所有ES6代码转换ES5代码到dist目录下: $ babel src --out-dir ...
- Android 培训准备资料之project与module的区别(1)
project和module的区别? 现在我们来看看在Android studio中怎样新建一个project (1)file->new->new project. Application ...
- while(n)什么意思?
1.n是bool型变量时,就是代表n为true时运行循环(bool表示布尔型变量,也就是逻辑型变量的定义符,以英国数学家.布尔代数的奠基人乔治·布尔(George Boole)命名. bool类似于f ...
- pandas 之 groupby 聚合函数
import numpy as np import pandas as pd 聚合函数 Aggregations refer to any data transformation that produ ...
- Nginx 反向代理功能-实现http反向代理
Nginx 反向代理功能-实现http反向代理 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任.
- 使用aptitude安装软件
linux的版本依赖问题很令人纠结,不过我们可以通过使用aptitude软件包管理器来解决这个依赖问题,aptitude是可以选择合适的版本与匹配软件安装.