-
Updated
Oct 15, 2020 - PHP
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 2,144 public repositories matching this topic...
-
Updated
Dec 2, 2020 - PHP
-
Updated
Dec 1, 2020 - PHP
-
Updated
Nov 26, 2020 - PHP
On the brand logo link replace the / href with . <?php echo Yii::getAlias('@backendUrl') ?>
<a href="<?php echo Yii::getAlias('@backendUrl') ?>" class="brand-link text-center <?php echo $keyStorage->get('adminlte.brand-text-small') ? 'text-sm' : null ?>">
in some cases for single domain some links not work correctly.
Thanks a lot
Add CodeStyle
-
Updated
Dec 1, 2020 - PHP
-
Updated
Sep 2, 2020 - PHP
I would like to review the docs and explain also de concepts behind some decisions.
Things needed to explain:
- DDD objectives and reasons why.
- Core concepts like
- bounded context
- anti corruption layer
- domain
- value objects VS entities
- aggregates
- aggregate root
- layered architecture and each one responsibility
- reasons for the command and query bus
- the even
-
Updated
Nov 16, 2020 - PHP
-
Updated
Jul 27, 2020 - PHP
-
Updated
Dec 2, 2020 - PHP
-
Updated
Nov 25, 2020 - PHP
Feature request
https://references.modernisation.gouv.fr/rgaa-accessibilite/criteres.html
and https://addons.mozilla.org/en-US/firefox/addon/wave-accessibility-tool/ to help with spotting errors.
-
Updated
May 6, 2020 - PHP
-
Updated
Nov 27, 2020 - PHP
-
Updated
Jun 18, 2020 - PHP
-
Updated
Oct 8, 2020 - PHP
-
Updated
Oct 13, 2019 - PHP
-
Updated
Nov 30, 2020 - PHP
Created by Solomon Hykes
Released March 2013
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
Getting a server by its visible ID requires many requests.
if I want to get a specific server using the ID visible to the user (example: efcecec0) I will have to list all servers and then filter the list. but that requires a lot of requests depending on the number of pages you have.
Describe the solution you'd like
can yo