Linux Docker Mess
World!" n "#!" 是一个约定的标记,它告诉系统这个脚本需要什么解释器来 执行,即使用哪一种Shell。 n echo命令用于向窗口输出文本。 chmod +x ./test.sh ./test.sh 执行脚本 Architecture File System n 文件系统是文件存放在磁盘等存储设备上的组织方法 n Linux能够支持目前流行的N多文件系统,如Btrfs、JFS、 Ubuntu 14.04 (LTS) sudo apt-get update sudo apt-get install curl curl -sSL https://get.docker.com/ | sh [sudo] password for xiaodong: …… If you would like to use Docker as a non-root user, you should now n 从ubuntu:14.04镜像启动一个容器并在后台运行 xiaodong@ubuntu:~/Workspace_Docker$ docker run -d ubuntu:14.04 /bin/sh -c "while true; do echo hello world; sleep 2; done" 5265d540c7b37c6ec1b525e6a2e4e3f4d1bd366cfda924a69b793d10d3f292880 码力 | 77 页 | 7.40 MB | 1 年前3Apache ActiveMQ Artemis 2.32.0 User Manual
and use the prepare-docker.sh script with the proper parameters to copy the Docker files into your local binary distribution, e.g.: $ cd artemis-docker $ ./prepare-docker.sh --from-local-dist --local-dist-path directory whereis the release version you wish to use (e.g. 2.30.0): $ ./prepare-docker.sh --from-release --artemis-version This will copy all the files necessary to build any of for available options. The combination of the above environment variables results in the docker-run.sh script calling the following command to create the broker instance the first time the Docker container 0 码力 | 528 页 | 10.88 MB | 1 年前3Apache ActiveMQ Artemis 2.37.0 User Manual
and use the prepare-docker.sh script with the proper parameters to copy the Docker files into your local binary distribution, e.g.: $ cd artemis-docker $ ./prepare-docker.sh --from-local-dist --local-dist-path directory whereis the release version you wish to use (e.g. 2.30.0): $ ./prepare-docker.sh --from-release --artemis-version This will copy all the files necessary to build any of for available options. The combination of the above environment variables results in the docker-run.sh script calling the following command to create the broker instance the first time the Docker container 0 码力 | 539 页 | 11.16 MB | 1 年前3Apache ActiveMQ Artemis 2.36.0 User Manual
and use the prepare-docker.sh script with the proper parameters to copy the Docker files into your local binary distribution, e.g.: $ cd artemis-docker $ ./prepare-docker.sh --from-local-dist --local-dist-path directory whereis the release version you wish to use (e.g. 2.30.0): $ ./prepare-docker.sh --from-release --artemis-version This will copy all the files necessary to build any of for available options. The combination of the above environment variables results in the docker-run.sh script calling the following command to create the broker instance the first time the Docker container 0 码力 | 539 页 | 11.14 MB | 1 年前3Apache ActiveMQ Artemis 2.35.0 User Manual
and use the prepare-docker.sh script with the proper parameters to copy the Docker files into your local binary distribution, e.g.: $ cd artemis-docker $ ./prepare-docker.sh --from-local-dist --local-dist-path directory whereis the release version you wish to use (e.g. 2.30.0): $ ./prepare-docker.sh --from-release --artemis-version This will copy all the files necessary to build any of for available options. The combination of the above environment variables results in the docker-run.sh script calling the following command to create the broker instance the first time the Docker container 0 码力 | 537 页 | 11.11 MB | 1 年前3Apache ActiveMQ Artemis 2.34.0 User Manual
and use the prepare-docker.sh script with the proper parameters to copy the Docker files into your local binary distribution, e.g.: $ cd artemis-docker $ ./prepare-docker.sh --from-local-dist --local-dist-path directory whereis the release version you wish to use (e.g. 2.30.0): $ ./prepare-docker.sh --from-release --artemis-version This will copy all the files necessary to build any of for available options. The combination of the above environment variables results in the docker-run.sh script calling the following command to create the broker instance the first time the Docker container 0 码力 | 537 页 | 11.11 MB | 1 年前3Nacos架构&原理
工程的文件目录结构: nacosSync ├── LICENSE ├── NOTICE ├── bin │ ├── nacosSync.sql │ ├── shutdown.sh │ └── startup.sh ├── conf │ ├── application.properties │ └── logback-spring.xml ├── logs └── nacosSync-server spring.datasource.username=root spring.datasource.password=root 启动服务器 $ nacosSync/bin: sh startup.sh restart 检查系统状态 1、系统日志检查 日志的路径在 nacosSync/logs/nacosSync.log,检查是否有异常信息。 2、检查系统端口(缺省的系统端口是 80810 码力 | 326 页 | 12.83 MB | 9 月前3Apache ActiveMQ Artemis 1.2.0 User Manual
there will be a script repeating the commands to create each server: Example this is create-server0.sh created for the queue example. It could be useful to see what we do on the example: # These are the ############################################################################ [INFO] create-server0.sh created with commands to reproduce server0 [INFO] under /work/apache-artemis-1.1.0/examples/featur Management guide to configure the server for remote management (system properties must be set in run.sh or run.bat scripts). By default, Apache ActiveMQ Artemis server uses the JMX domain "org.apache0 码力 | 244 页 | 1.46 MB | 1 年前3Apache ActiveMQ Artemis 1.3.0 User Manual
/target there will be a script repeating the commands to create each server. Here is the create-server0.sh generated by the Queue example. This is useful to see exactly what command(s) are required to configure ############################################################################ [INFO] create-server0.sh created with commands to reproduce server0 [INFO] under /work/apache-artemis-1.1.0/examples/featur Management guide to configure the server for remote management (system properties must be set in run.sh or run.bat scripts). By default, Apache ActiveMQ Artemis server uses the JMX domain "org.apache0 码力 | 247 页 | 1.47 MB | 1 年前3Apache ActiveMQ Artemis 1.1.0 User Manual
there will be a script repeating the commands to create each server: Example this is create-server0.sh created for the queue example. It could be useful to see what we do on the example: # These are the ############################################################################ [INFO] create-server0.sh created with commands to reproduce server0 [INFO] under /work/apache-artemis-1.1.0/examples/featur Management guide to configure the server for remote management (system properties must be set in run.sh or run.bat scripts). By default, Apache ActiveMQ Artemis server uses the JMX domain "org.apache0 码力 | 234 页 | 1.40 MB | 1 年前3
共 143 条
- 1
- 2
- 3
- 4
- 5
- 6
- 15