Docker
Docker is software that provides containers, which allows teams to emulate development environments. Docker began as an internal project, initially developed by dotCloud engineers.
Here are 5,942 public repositories matching this topic...
-
Updated
May 25, 2020 - JavaScript
Expected behavior
A cancel button, or clicking on some thing in the left side bar (the word containers)
Actual behavior
You appear stuck until you find the magic behavior link
Information about the Issue
Steps to reproduce the behavior
- ...
- ...
Prerequisites
- Are you running the latest version?
- Are you able to consistently reproduce the issue?
- Did you search the issue queue for existing issue?
Issue Description
The description field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,
Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable.
Context
I'm working on an intranet application for a 100000+ employees company and
This is wonderful work and I'm very grateful to find this repo. I'm having difficulty understanding how to scale to multiple networks following the SCC guide and also confused on the recommended architecture. The main issue is clients on separate servers are not finding messages from each other.
On a gcloud instance, i start the state (node server.js), broker( SCC_STATE_SERVER_HOST='[google giv
-
Updated
May 20, 2020 - JavaScript
It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like:
var mongoose = require('mongoose'),
bcrypt = require('bcryptjs');
var userSchema = mongoose.Schema({
email: String,
-
Updated
May 24, 2020 - JavaScript
Write docs
-
Updated
May 1, 2020 - JavaScript
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
https://github.com/google/brotl
The following example config using docker.createContainer does not expose a port on the host machine as expected:
docker.createContainer({
Image: 'alpine',
ExposedPorts: { '80/tcp:': {} },
HostConfig: {
PortBindings: { '80/tcp': [{ HostPort: '5000' }] },
},
})
...Using the following API docs https://docs.docker.com/engine/api/v1.32/#operation/ContainerCreate
Dockly doesn't display well in a terminal using light colouring.
Let's write a guide to show how to set up the wp cli tooling to know about the app webroot and app URI.
Similar to what we do here for drush, but as a specific guide.
inspiration: lando/lando#2080
GithubActions docs
extend the docs on how the bot can be used with GitHubActions.
GithubActions is a neat and fast new way to interact with githubs, its worksflows etc.
its much more powerfull then the regular CI systems we are used to.
this would make it possible to add things like "trigger the lighthousebot via a keyword in a comment" or similar
Export events as CSV
Is your feature request related to a problem? Please describe.
I want to export a list of events as CSV.
Describe the solution you'd like
Whenever there's an EventTable, I'd like a button to export the currently filtered list by CSV.
Additional context
This should be pretty easy, see #441. It is worth putting in a sensible limit (10k?) to avoid exporting the entire database.
On windows, mocha chokes on your test command. Use the following. The -- is necessary for windows batch wrapper
"scripts": {
"test": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
Docker documentation
-
Updated
May 21, 2020 - JavaScript
On playground creation and update, and probably the task scheduler should listen to them and refresh the list of playground configuration it manages.
Add native Expo Google API integration for login as a module next to WebBrowser implementation, e.g. auth/expo-google next to auth/google
Relevant docs:
https://docs.expo.io/versions/v31.0.0/sdk/google
-
Updated
May 21, 2020 - JavaScript
Could you provide deployment guide for Google Cloud platform or Heroku please?
When I run bash script, my laptop freeze . Maybe 8gb of memory is not enough to run chrome and run multiple node servers at the same time
-
Updated
May 22, 2020 - JavaScript
User Query :
Hi
How can I update some column values from javascript ?
There are no such update method in "CloudQuery".
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
Created by Solomon Hykes
Released March 2013
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia