Git Product home page Git Product logo

containercamp's Introduction

sky_me

  • ๐Ÿ‘‹ Hi, Iโ€™m @ianphil
  • ๐Ÿ‘€ Iโ€™m interested in complex systems and going to mars.
  • ๐ŸŒฑ Iโ€™m currently learning the energy sector and the software that helps run the place
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on tools that make the cloud easier
  • ๐Ÿ“ซ How to reach me: @giantcomputerco on twitter

containercamp's People

Contributors

a11smiles avatar ianphil avatar jenkins23bot avatar richross avatar techbunny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

containercamp's Issues

BUG: Labfour (Swarm setup) failed Azure-CLI in Docker Container

If students use Docker Container version of Azure-CLI, then they are unable to run the "azure vm docker create" commands at the beginning of lab...

NPM install of Azure-CLI on Windows workd fine...

Verified version 0.10.1 of CLI on both docker and NPM

BUG: OpenSSL on Windows

Some of the labs require openssl on windows. I have it setup and didn't think to tackle this topic. I added C:\Program Files\Git\usr\bin to my path use this powershell script.

$OpenSSLDir=(($Env:Path).Split(";") | Get-ChildItem -filter openssl*).DirectoryName | Select -First 1
$new_path = "$env:PATH;$OpenSSLDir"
$env:PATH=$new_path
[Environment]::SetEnvironmentVariable("path", $new_path, "Machine")

Issue: Lab 5 fails when trying to deploy swarm template

not sure if this is a bug in your lab or if this is a bug in the azure cli, but I am getting an error when trying to deploy a swarm template:

root@c399caad8430:/# azure group create -n labfiveswarm  Deploy2 -l eastus --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-acs-swarm/azuredeploy.json
info:    Executing command group create
+ Getting resource group labfiveswarm
+ Creating resource group labfiveswarm
info:    Created resource group labfiveswarm
info:    Supply values for the following parameters
dnsNamePrefix:  lab5swarm
sshRSAPublicKey:  ssh-rsa FbNkb5[...] laclama@LACLAMA-SP4
error:   this._input.match is not a function
error:   Error information has been recorded to /root/.azure/azure.err
error:   group create command failed

Feature: Remove need for docker on local pc/mac from Lab 4

Lab 4 uses a local instance of docker-machine to deploy a swarm cluster on Azure. This is the only lab that requires a local installation of docker.

But back in Lab 2, the student created a VM on Azure running docker. I would suggest that Lab 4 be modified to re-use the VM from Lab 2. The first step could be to install docker-machine on that Linux VM. Then the rest of Lab 4 could continue as-is.
This would remove any requirement that the students have docker installed locally.

FEATURE: ASP.NET Core

This should do two things:

  1. Show how to setup a Dev Workflow
  2. Operationalize == Deployment and Mangement

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.