Skip to content
#

docker-container

docker logo

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...

yamalight
yamalight commented Aug 21, 2019

We need a proper website, with docs, examples, etc.
Basic static generation (e.g. with Gatsby) 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?)
openjdk-build
lumpfish
lumpfish commented Mar 18, 2020

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.

plajjan
plajjan commented Oct 25, 2017

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

matthewvalimaki
matthewvalimaki commented Jan 5, 2016

Suggesting that we introduce https://www.nomadproject.io/ into the base images to complement Consul more than anything perhaps.

  • Add alpine-consul-nomad using alpine-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

a-x-
a-x- commented Aug 29, 2019

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
sccrthlt
sccrthlt commented Mar 10, 2020

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

  1. Confirmed secrets/postgres.env exists and has environment variable POSTGRES_PASSWORD set to some large hex.
  2. Confirmed docker-compose file
rultor

Created by Solomon Hykes

Released March 2013

Organization
docker
Website
www.docker.com
Wikipedia
Wikipedia
You can’t perform that action at this time.