The Wayback Machine - https://web.archive.org/web/20220709002653/https://github.com/topics/docker-image
Skip to content
#

Docker Image

docker-image logo

A Docker image is a read-only template that contains a set of instructions for creating a container that can run on the Docker platform. It provides a convenient way to package up applications and preconfigured server environments, which you can use for your own private use or share publicly with other Docker users.

Here are 10,634 public repositories matching this topic...

verdaccio
chatwoot
vishnu-narayanan
vishnu-narayanan commented Mar 30, 2022

Is your enhancement request related to a problem? Please describe.

Clear visual indication when an integration/application is connected/active.

Slack is fully connected and active at this stage. It would be nice to have a visual indicator on this page to know slack is connected without clicking on configure and navigating to another page.

![image](https://user-images.githubuserconte

Good first issue frontend need-discussion
SunSlayer81
SunSlayer81 commented Jul 7, 2022

sealos 版本:4.0
OS版本:centos 7.9/ubuntu 20.04/rocky linux 8.6
错误:

  • host 拼写错误:
    导致node安装的时候无法访问sealos.hub,然后去访问GCR,没挂梯子的话安装失败
    临时解决方案:修改/etc/hosts,将错误的拼写改掉,就可继续
  • registry 无法挂载错误:
    在master01上挂载的registry 目录挂载不上,导致kube全家桶镜像装载不进去
    临时解决方案:在master01手工执行/var/lib/sealos/data/default/rootfs/scripts/init-registry.sh 5000 ~/registry/
  • bash 执行错误:
    2022-07-08 10:38:02 [INF
good first issue