-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Codespaces] docker run
in codespaces hits an error
#17296
Labels
EngSys
This issue is impacting the engineering system.
Comments
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Aug 27, 2021
HarshaNalluru
changed the title
[Codespaces]
[Codespaces] Aug 27, 2021
docker run
in codespacesdocker run
in codespaces hits an error
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Aug 27, 2021
This comment sheds some light. I may be able to get the volume working @HarshaNalluru . It'll be the same volume on the host machine, but that's ok. I'll be experimenting with this today. |
#17306 fixed the permission issue |
Tested again and it works, closing this,. |
openapi-sdkautomation bot
pushed a commit
to AzureSDKAutomation/azure-sdk-for-js
that referenced
this issue
Feb 9, 2022
[NetAppFiles] Anf 17315 net app files 2021 10 01 (Azure#17296) * Add folder for api-version 2021-10-01 * Apply 2021-10-01 Changes * Remove snapshotSingleFile restore example * Revert vs code change to settings * Add unixPermissions to volumePatchProperties * Remove volume Relocation from 2021-10-01 * Remove zones from this api-version * Add Snapshot restoreFiles * Fix newly added validation issue MISSING_PATH_PARAMETER_DEFINITION * Remodel list Replications * Remove listReplication for api-version 2021-10-01 * Fix quotaLimits in examples * Add subvolumes api * Add subvolumes to custom words * Add parentpath custom word * Revert operationId to Volumes_ReplicationStatus * subvolumeProperties size write-only * Revert "subvolumeProperties size write-only" This reverts commit 243bb48ba6e5bea1f742492cfc6496d572103613. * subvolumeProperties size write-only take2 * prettier
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@scbedd found an issue while investigating #17138
Dockerfile update from
...universal:0-linux
to...universal:1-linux
seems to have brokendocker run
command as shown below.sudo dockerd
orsystemctl start docker
would not work because we don't have root permissions.While we do want to be on the latest image, we would have to fix the issue and avoid reverting to
...universal:0-linux
.The older codespaces that are created would work fine, just the new ones would hit the issue.
//cc @jeremymeng
The text was updated successfully, but these errors were encountered: