101-tutorial
101-tutorial copied to clipboard
https://www.docker.com/101-tutorial This website actually lists that command: `docker run -dp 80:80 docker/getting-started:pwd` Which is not what is then referred in the tutorial's first step. Similar, but not exactly.
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
The bind mount operation is explained in the Docker Desktop version of this tutorial but not for this PWD version.
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Not sure if my fix is optimal, but at least it works
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Fix typo - Step one doesn't say "Using cache".
In chapter of Multi-Container Apps (highly instructive!) , netshoot is started inside the main PWD command prompt to show off easy networking. Thats great. You may want to mention that...
I copy and pasted the code for creating the Dockerfile. First issue: yarn has changed its commands, it is now "add" instead of "install" Second Issue: after giving the 'docker...