-
Notifications
You must be signed in to change notification settings - Fork 42
Updates to Agoric Getting started for Mac #1161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@aj-agoric Using Docker Desktop may help you here, as it has a UI to help learn your way around as well: |
Tangential, I wonder if we should push more towards towards the docker website versus For the Mac CLI instructions, it seems we also need to include: open -a Docker after the brew command to actually open/start docker in the background. @aj-agoric would you mind trying this? I'm not sure it will be enough - Docker Desktop might present some add'l prompts to first time users. If you've already gotten past this part, I can set a new user on my computer to simulate a first time install. |
Hey guys, yes I tried the open -a Docker.. this launched a UI on my desktop that required me to fill out a few answers, accept terms, accept cookies, fill out a profile info... then it completed... I think this could close this issue, but yes we likely should add the "open -a Docker" to the flow before "docker hello world" |
can close this as the core issue works with above steps |
What is the Problem Being Solved?
Original Incidents:
Running the getting started tutorial for Mac I ran into two issues. The first is easy to get past and the second has me stuck. Im sure its user error, but figured I would put it here in case its something we could/should update.
Installing Docker
brew cask
is no longer abrew
command. Usebrew <command> --cask
instead.Adding User Account to Docker Group
After this pull request #1160 I follow these steps in the new guide and get the below. Docker is already installed per the message, but when I run hello world, I get this error.
Description of the Design
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
Does not require an a chain stopping upgrade
The text was updated successfully, but these errors were encountered: