-
Updated
May 30, 2020
docker-container

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 1,760 public repositories matching this topic...
Info:
- Docker version (
$ docker --version
): version 18.09.7, build 2d0083d - Laradock commit (
$ git rev-parse HEAD
): 11c59aebe7d5b316f5c5b8fdfe38849d2b248700 - System info (Mac, PC, Linux): Linux
- System info disto/version: 18.04.1-Ubuntu
Issue:
I followed steps mentioned here https://laradock.io/documentation/#install-supervisor to install supervisor inside workspace service
Docs versioning
I'd like to explore the possibility of versioning the docs, thus keeping previous versions in a vX.X.X folder and allowing the user to pick their image version from a drop list.
At the very least, we should publish stable (as in released) and dev docs separately.
The README has relative links to other Markdown files that only work in GitHub and not in the Docker Hub.
-
Updated
Feb 17, 2020
This is a...
- Request for a new or modified feature
- Issue trying to run the docker image
- Issue trying to build / test / de
-
Updated
Jun 8, 2020 - Python
-
Updated
Jun 4, 2020 - Go
-
Updated
Jun 12, 2020 - Go
-
Updated
Apr 8, 2020 - Python
When I filter logs by clicking the "enter" key - nothing happens, it works only if I click on the magnifying glass icon:
 from markdown (to allow for current docs reuse) would probably work just fine.
- Make a static website (done thanks to @FDiskas )
- Setup CI builds on every push / PR
- Setup CD to github pages
- Figure out a domain (github org domain?
.js.org
domain? something else?)
https://goreleaser.com may be better than the crap I threw together.
-
Updated
Jun 15, 2017 - Shell
The openj9 jdk14 release file names were incorrect because changes needed to be made to various build scripts to change the download file name prefix from OpenJDK14 to OpenJDK14U.
This requirement is not mentioned in the RELEASING.md file.
The document should include details of which build scripts to be changed for the release engineer to either implement or check.
We should add a CLI argument to add extra lines of configuration when the bootstrap configuration is applied to the device.
vrnetlab has no aspiration of becoming a generic configuration management system. The focus has always been, and will continue to be, on doing the minimal amount of configuration so that the router can then be configured through NETCONF/YANG. vrnetlab configures this boots
-
Updated
Jun 4, 2020 - Dockerfile
Add Nomad
Suggesting that we introduce https://www.nomadproject.io/ into the base images to complement Consul more than anything perhaps.
- Add
alpine-consul-nomad
usingalpine-consul-base
(as server) - Add
user-consul-nomad
(as server) - Add
user-consul-nomad-agent
(as agent)
So exactly like alpine-consul
.
I left alpine-nomad
out on purpose as I do not see a use-case for it but if it should b
as I understand, we have to use hfsplus formatted partition
so approximated manual might be like this:
sudo apt-get install hfsplus hfsutils hfsprogs
sudo mkdir /mnt/timemachine # provide your path to mount point
# remove/create a partition
# fdisk howto: https://www.tldp.org/HOWTO/Partition/fdisk_partitioning.html
sudo fdisk /dev/sda
sudo mkfs.hfsplus /dev/sda1 # specify yo
-
Updated
May 25, 2020 - JavaScript
Setup steps unclear
I'm new to Docker, so forgive my ignorance, but I'm struggling to understand what these directions are telling me to do:
https://github.com/whisklabs/docker-it-scala#configuration
According to this whisklabs/docker-it-scala#7 you simply need to set that environment variable for DOCKER_HOST
and all unit tests should then run just fine, but on a fresh install of Doc
I am receiving the following error when attempting to spin up jupyterhub.
Error
jupyterhub-db | FATAL: password authentication failed for user "postgres"
Command Ran
docker-compose up
Troubleshooting Completed
- Confirmed
secrets/postgres.env
exists and has environment variablePOSTGRES_PASSWORD
set to some large hex. - Confirmed docker-compose file
Current rultor docker image (1.68.2) is too fat.
REPOSITORY TAG IMAGE ID CREATED SIZE
yegor256/rultor latest 233d6d168c87 4 weeks ago 3.16GB
e.g. you can remove /usr/share/doc/texlive-doc
(https://askubuntu.com/questions/129566/remove-documentation-to-save-hard-drive-space)
root@5370
-
Updated
Jun 7, 2020 - Python
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.
The drop down list for adding/editing volumes on the add/edit container page doesn't have a logical order.
Describe the solution you'd like
A simple alphabetical order would make things easier.