docker-image
Here are 8,609 public repositories matching this topic...
-
Updated
Oct 23, 2020
-
Updated
Oct 21, 2020 - JavaScript
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: stri
-
Updated
Oct 19, 2020 - Shell
-
Updated
Oct 23, 2020 - Dockerfile
-
Updated
Oct 21, 2020 - Go
-
Updated
Aug 29, 2020 - Python
-
Updated
Oct 22, 2020 - Go
When an agent mute/unmute the converstion, add an activity message "#{agent_name} has muted the conversation"
-
Updated
Sep 7, 2020 - Shell
-
Updated
Oct 21, 2020 - Go
-
Updated
Oct 8, 2020 - Shell
-
Updated
Sep 28, 2020 - Go
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 23, 2020 - Go
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 2, 2020 - Shell
-
Updated
Oct 1, 2020 - Ruby
-
Updated
Oct 15, 2020 - Shell
-
Updated
Jun 13, 2020 - Dockerfile
-
Updated
Oct 6, 2020 - Shell
-
Updated
Oct 9, 2020 - Shell
-
Updated
Sep 29, 2020 - Jupyter Notebook
After running NC with NCP for more then a year with over 2 million files stored on it, I asked myself if the mysql/mariadb DB needs to be maintained?
I searched the internet and the simplest solution I found was using
sudo mysqlcheck -o --all-databases
This reduced the DB size from around 950MB to a little over 800MB and NC seems to be a little more responsive (but this could homeopat
-
Updated
Oct 3, 2020 - Dockerfile
-
Updated
Oct 19, 2020 - Shell
-
Updated
Oct 21, 2020 - Shell
Improve this page
Add a description, image, and links to the docker-image topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-image topic, visit your repo's landing page and select "manage topics."
Bug description
Don´t show table correctly
Expected behavior
A Table view normal
Steps to reproduce the issue:
Crreate a container with large ENV variable
Technical details:
docker run -p 9000:9000 portainer/portainer
):