docker-java icon indicating copy to clipboard operation
docker-java copied to clipboard

Docker for Java Developers

Results 44 docker-java issues
Sort by recently updated
recently updated
newest added

Like docker, can Kubernetes take snapshot for containers?

Is there any way to visualize containers in a cluster? Use Docker REST API?

new chapter

"Docker for Java developers" url is broken: https://github.com/docker/community/tree/master/tutorials/java

See discussion at https://github.com/docker/docker/pull/19074#discussion_r49688025

During the Class on 12/13 with Arun we created 5GB machines on the mac with the command: docker-machine create -d virtualbox --virtualbox-disk-size "5000" --swarm --swarm-master --swarm-discovery="consul://$(docker-machine ip consul-machine):8500" --engine-opt="cluster-store=consul://$(docker-machine ip...

Check if any other images are required as well.

https://htmlpreview.github.io/?https://github.com/javaee-samples/docker-java/blob/master/readme.html#_multi_host_networking

reads: Configure Couchbase server mvn install -Pcouchbase -Ddocker.host=$(docker-machine ip swarm-master) should tell the user to find out where the couch base is running using eval "$(docker-machine env --swarm swarm-master)" docker...

docker-compose on swarm is pulling images on all nodes which seems wasteful download. ``` ± |master ✗| → docker-compose --x-networking up -d Creating network "wildflycouchbase" with driver "None" Pulling mywildfly...

In the documentation for the training content for the swarm creation, the "--swarm" is missing in the env command. In addition windows uses '\' in its path that causes problem...