Skip to content
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

Closed
HarshaNalluru opened this issue Aug 27, 2021 · 3 comments
Closed

[Codespaces] docker run in codespaces hits an error #17296

HarshaNalluru opened this issue Aug 27, 2021 · 3 comments
Labels
EngSys This issue is impacting the engineering system.

Comments

@HarshaNalluru
Copy link
Member

@scbedd found an issue while investigating #17138

Dockerfile update from ...universal:0-linux to ...universal:1-linux seems to have broken docker run command as shown below.
image

sudo dockerd or systemctl 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

@ghost 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 HarshaNalluru changed the title [Codespaces] docker run in codespaces [Codespaces] docker run in codespaces hits an error Aug 27, 2021
@jeremymeng jeremymeng added the EngSys This issue is impacting the engineering system. label Aug 27, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Aug 27, 2021
@scbedd
Copy link
Member

scbedd commented 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.

@jeremymeng
Copy link
Member

#17306 fixed the permission issue

@HarshaNalluru
Copy link
Member Author

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
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
EngSys This issue is impacting the engineering system.
Projects
None yet
Development

No branches or pull requests

3 participants